Fix Instructions™

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 (:
This commit is contained in:
Isaiah W 2024-02-06 17:40:29 -06:00 committed by John Maguire
parent 634910238d
commit ebe3c45476
1 changed files with 1 additions and 1 deletions

View File

@ -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: