mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01: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:
parent
48712526d6
commit
493d7b53f6
1 changed files with 1 additions and 0 deletions
|
@ -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/...
|
||||||
|
|
Loading…
Add table
Reference in a new issue