docs: improve make with parallel jobs description.

This commit is contained in:
Klement Tan
2021-05-13 20:15:59 +08:00
parent eb9a1fe037
commit 07bc22ef10
6 changed files with 6 additions and 6 deletions

View File

@@ -270,7 +270,7 @@ After configuration, you are ready to compile.
Run the following in your terminal to compile Bitcoin Core:
``` bash
make -jx # use -jX here for parallelism
make # use "-j N" here for N parallel jobs
make check # Run tests if Python 3 is available
```