mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Update doc/INSTALL.md
Co-authored-by: neil saitug <niftynei@gmail.com>
This commit is contained in:
parent
3aeac0a58c
commit
9bba7ba1a4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ This will put you in a new shell to enter the following commands:
|
|||
make
|
||||
make check VALGRIND=0
|
||||
|
||||
optionaly you can consider adding the `-j$(nproc)` flag after the `make` command to speed up the compilation.
|
||||
optionally, add `-j$(nproc)` after `make` to speed up compilation. (e.g. `make -j$(nproc)`)
|
||||
|
||||
Running lightning:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue