lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

add reference to bitcoind documentation for running lnd tests #47

Closed cbarraford closed 5 years ago

cbarraford commented 6 years ago

Fixes #44

When running make check, I had failures due to bitcoind not being installed. The documentation for install bitcoind is later in the documentation. So I added a reference to that point in the documentation so people A) know that its needed to run tests, and B) how to install it.

Roasbeef commented 5 years ago

Thanks for the PR! This should actually be made as a PR to lnd as we sync the docs from the main repo to this one.

cbarraford commented 5 years ago

@Roasbeef should i open the same PR on the lnd repo??