From 28806e28aa53cdf4a9ac40ee8f8562032b05a235 Mon Sep 17 00:00:00 2001 From: TreezZ <105643013+BigTreezZ@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:47:41 +0100 Subject: [PATCH] Update documents/building-linux.md Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com> --- documents/building-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/building-linux.md b/documents/building-linux.md index 8da868759..b07513448 100644 --- a/documents/building-linux.md +++ b/documents/building-linux.md @@ -23,7 +23,7 @@ cd build/ Use make to build the project: ``` -cmake /"PATH"/"TO"/"DIRECTORY"/shadPS4/ && make -j$(nproc) +cmake --build . --parallel ``` Now run the emulator: