From 493d7b53f6673db6296321089c7d0ec8222eedda Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Thu, 24 Aug 2017 14:02:31 -0700 Subject: [PATCH] docs: add 'git clone' line for btcd installation The installation instructions for btcd were missing a 'git clone' command. --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 97af25c96..5b6c5d436 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/...