README.md: Fix linux compile instructions

This commit is contained in:
Federico Amedeo Izzo 2020-10-22 14:22:47 +02:00 committed by Niccolò Izzo
parent 41c4dfa0bc
commit a75b9fa635
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ If you are using a version of Meson older than v0.55.0, the above command will f
```
meson setup build_linux
ninja -C build_linux openrtx_linux.bin -jN
ninja -C build_linux openrtx_linux -jN
```
Where N is the number of cores that you want to allocate to the build process.