diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d97f5024..066fafe7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -158,6 +158,9 @@ To check that `lnd` was installed properly run the following command: make check ``` +This command requires `bitcoind` (almost any version should do) to be available +in the system's `$PATH` variable. Otherwise some of the tests will fail. + # Available Backend Operating Modes In order to run, `lnd` requires, that the user specify a chain backend. At the diff --git a/docs/MAKEFILE.md b/docs/MAKEFILE.md index 3dc23f1c..558eb850 100644 --- a/docs/MAKEFILE.md +++ b/docs/MAKEFILE.md @@ -9,6 +9,10 @@ make check make install ``` +The command `make check` requires `bitcoind` (almost any version should do) to +be available in the system's `$PATH` variable. Otherwise some of the tests will +fail. + Developers ==========