From 3aeac0a58c938e0afa26d358ea9fd123d761cdd1 Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Tue, 30 Aug 2022 17:16:20 -0500 Subject: [PATCH] docs: Correct a command typo for Ubuntuu --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 61bb039d5..6b41cdb45 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 to use the `-j$(nproc)` in front of the `make` command to speed up the compilation. +optionaly you can consider adding the `-j$(nproc)` flag after the `make` command to speed up the compilation. Running lightning: