use nproc in installation page

This commit is contained in:
vaxerski 2022-08-22 00:05:38 +02:00
parent b05c333a60
commit 5d326410d5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ You can of course also change the `BUILD_TYPE` to `Debug`.
Now, build:
```plain
cmake --build ./build --config Release --target all -j 10
cmake --build ./build --config Release --target all -j $(nproc)
```
If you configured in `Debug`, change the `--config` to `Debug` as well.