mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-18 13:08:09 +02:00
9 lines
195 B
Markdown
9 lines
195 B
Markdown
|
|
# Update
|
||
|
|
|
||
|
|
* Run the following commands to update btcd, all dependencies, and install it:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
cd $GOPATH/src/github.com/btcsuite/btcd
|
||
|
|
git pull && GO111MODULE=on go install -v . ./cmd/...
|
||
|
|
```
|