mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-27 15:31:28 +00:00
195 B
195 B
Update
- Run the following commands to update btcd, all dependencies, and install it:
cd $GOPATH/src/github.com/btcsuite/btcd
git pull && GO111MODULE=on go install -v . ./cmd/...