From 9bba7ba1a43fabc910cad71f93bd825b61bbd33a Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 15 Sep 2022 11:36:27 +0200 Subject: [PATCH] Update doc/INSTALL.md Co-authored-by: neil saitug --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 6b41cdb45..c4b318593 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -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: