From 14691ca01586a65e44ecbca452b4fd88b4ac8fb0 Mon Sep 17 00:00:00 2001 From: Daniel <91814126+Hoss-Boss@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:42:51 -0400 Subject: [PATCH] Corrects build instructions for portable builds --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index a2ce913..9ab142e 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -78,7 +78,7 @@ mkdir build && cd build cmake .. -DLINUX_LOCAL_DEV=true -cd.. && make -j$(nproc) +make -j$(nproc) cp -r ../Data/Sys/ Binaries/