btcd/docs/update.md
Oliver Gugger c9cda53709 multi: remove use of GO111MODULE
The use of the GO111MODULE environment variable doesn't have any effect
anymore and hasn't for a couple of versions. The default was set to "on"
a while back, so we can remove that variable everywhere.
2023-12-11 09:16:27 -05:00

180 B

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/...