diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 97af25c9..5b6c5d43 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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/...