From: Zaoqi Date: Tue, 30 Jul 2019 07:36:03 +0000 (+0800) Subject: README: make -j$(nproc) (#8699) X-Git-Tag: 5.1.0~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2dd645134eaab7611d167e2cb8469242e642c7ef;p=oweals%2Fminetest.git README: make -j$(nproc) (#8699) --- 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 + make -j$(nproc) Run it: