mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
docs: add 'git clone' line for btcd installation
The installation instructions for btcd were missing a 'git clone' command.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
48712526d6
commit
493d7b53f6
@@ -72,6 +72,7 @@ following commands:
|
|||||||
|
|
||||||
Install **btcd**: (must be from roasbeef fork, not from btcsuite)
|
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
|
cd $GOPATH/src/github.com/roasbeef/btcd
|
||||||
glide install
|
glide install
|
||||||
go install . ./cmd/...
|
go install . ./cmd/...
|
||||||
|
Reference in New Issue
Block a user