This website requires JavaScript.
Explore
Help
Register
Sign In
zecfoundation
/
btcd
mirror of
https://github.com/ZcashFoundation/btcd.git
Watch
1
Star
0
Fork
You've already forked btcd
0
Code
Issues
Projects
Releases
Wiki
Activity
main-zfnd
btcd
/
docs
/
update.md
195 B
Raw
Permalink
Blame
History
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/...