Merge pull request #3682 from guggero/docs-make-check
docs: bitcoind is required for unit tests
This commit is contained in:
commit
0fbcc3b2e9
@ -158,6 +158,9 @@ To check that `lnd` was installed properly run the following command:
|
|||||||
make check
|
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
|
# Available Backend Operating Modes
|
||||||
|
|
||||||
In order to run, `lnd` requires, that the user specify a chain backend. At the
|
In order to run, `lnd` requires, that the user specify a chain backend. At the
|
||||||
|
@ -9,6 +9,10 @@ make check
|
|||||||
make install
|
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
|
Developers
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user