github.com/btcsuite/btcd@v0.24.0/docs/update.md (about) 1 # Update 2 3 * Run the following commands to update btcd, all dependencies, and install it: 4 5 ```bash 6 cd $GOPATH/src/github.com/btcsuite/btcd 7 git pull && go install -v . ./cmd/... 8 ```