From a75b9fa635e4dfa8e3443e2789d21515b794d623 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Thu, 22 Oct 2020 14:22:47 +0200 Subject: [PATCH] README.md: Fix linux compile instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c032a020..088523b8 100644 --- a/README.md +++ b/README.md @@ -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.