Skip to content

Commit

Permalink
README: make -j$(nproc) (#8699)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi authored and nerzhul committed Jul 30, 2019
1 parent 115ef6c commit 2dd6451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -188,7 +188,7 @@ Download minetest_game, without using Git:
Build a version that runs directly from the source directory:

cmake . -DRUN_IN_PLACE=TRUE
make -j <number of processors>
make -j$(nproc)

Run it:

Expand Down

0 comments on commit 2dd6451

Please sign in to comment.