Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 180 Bytes

update.md

File metadata and controls

8 lines (6 loc) · 180 Bytes

Update

  • Run the following commands to update btcd, all dependencies, and install it:
cd $GOPATH/src/github.com/btcsuite/btcd
git pull && go install -v . ./cmd/...