summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZaoqi <zaomir@outlook.com>2019-07-30 15:36:03 +0800
committerLoïc Blot <nerzhul@users.noreply.github.com>2019-07-30 09:36:03 +0200
commit2dd645134eaab7611d167e2cb8469242e642c7ef (patch)
tree42e2354983940bd2bcf71539c5c8209e742345c8 /README.md
parent115ef6c09c640598695d5d506a7a8e1ab928174b (diff)
downloadminetest-2dd645134eaab7611d167e2cb8469242e642c7ef.tar.gz
minetest-2dd645134eaab7611d167e2cb8469242e642c7ef.tar.bz2
minetest-2dd645134eaab7611d167e2cb8469242e642c7ef.zip
README: make -j$(nproc) (#8699)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff51d2168..83676a866 100644
--- a/README.md
+++ b/README.md
@@ -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: