From 537af9bd9a307b3e9a16998c8051f12c32ff93eb Mon Sep 17 00:00:00 2001 From: urielc918 <104616169+urielc918@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:49:47 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 345d77c..fc87561 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ The following environment var can be set for some special situation: - Build: ``` cd AltServer-Linux - mkdir build - make -f ../Makefile -j3 + mkdir build && cd build + make -f ../Makefile -j$(nproc) ls AltServer-* ```