Update README.md

This commit is contained in:
sumoomus 2020-06-29 10:45:12 -04:00 committed by GitHub
parent fbbbcb9808
commit 8487a7d784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ cd ..
```
3) Build:
```cmake . -DRUN_IN_PLACE=TRUE
```
cmake . -DRUN_IN_PLACE=TRUE
make -j$(nproc)
```