Skip to content

Commit

Permalink
Update doc/INSTALL.md
Browse files Browse the repository at this point in the history
Co-authored-by: neil saitug <[email protected]>
  • Loading branch information
cdecker and niftynei committed Sep 18, 2022
1 parent 3aeac0a commit 9bba7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9bba7ba

Please sign in to comment.