docs: add 'git clone' line for btcd installation

The installation instructions for btcd were missing a 'git clone' command.
This commit is contained in:
Chris Moore 2017-08-24 14:02:31 -07:00 committed by Olaoluwa Osuntokun
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/...