docs: add 'git clone' line for btcd installation
The installation instructions for btcd were missing a 'git clone' command.
This commit is contained in:
parent
48712526d6
commit
493d7b53f6
@ -72,6 +72,7 @@ following commands:
|
||||
|
||||
Install **btcd**: (must be from roasbeef fork, not from btcsuite)
|
||||
```
|
||||
git clone https://github.com/roasbeef/btcd $GOPATH/src/github.com/roasbeef/btcd
|
||||
cd $GOPATH/src/github.com/roasbeef/btcd
|
||||
glide install
|
||||
go install . ./cmd/...
|
||||
|
Loading…
Reference in New Issue
Block a user