From ebe3c45476b2fa05cd12652db2908ea3b03b5dec Mon Sep 17 00:00:00 2001 From: Isaiah W <64103005+RuralAnemone@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:40:29 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20Instructions=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uses all of your cores if you have more than 8, or doesn't try to use more than you have if you have less (: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f76669e..4a7674029 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Compile and install: cd bin cmake .. - make -j8 + make -jd$(proc) sudo make install See the Wiki for more instructions and a list of dependencies: