README.md: Fix linux compile instructions

replace/c89ee7d040f874837cb7d29013e530d99889787d
Federico Amedeo Izzo 2020-10-22 14:22:47 +02:00 zatwierdzone przez Niccolò Izzo
rodzic 41c4dfa0bc
commit a75b9fa635
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.