Corrects build instructions for portable builds
parent
6d32319eef
commit
14691ca015
|
@ -78,7 +78,7 @@ mkdir build && cd build
|
||||||
|
|
||||||
cmake .. -DLINUX_LOCAL_DEV=true
|
cmake .. -DLINUX_LOCAL_DEV=true
|
||||||
|
|
||||||
cd.. && make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
cp -r ../Data/Sys/ Binaries/
|
cp -r ../Data/Sys/ Binaries/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue