diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 782868a5..4440e018 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -78,10 +78,9 @@ go install; go test -v -p 1 $(go list ./... | grep -v '/vendor/') ### Installing btcd -`lnd` currently requires `btcd` with segwit support, which is not yet merged -into the master branch. Instead, [roasbeef](https://github.com/roasbeef/btcd) -maintains a fork with his segwit implementation applied. To install, run the -following commands: +`lnd` currently requires the [roasbeef](https://github.com/roasbeef/btcd) fork +of `btcd` due to neutrino additions that are not yet available in the master +branch. To install, run the following commands: Install **btcd**: (must be from roasbeef fork, not from btcsuite) ```