diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 58193c0..a02652f 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -37,7 +37,7 @@ You can reinstall them after Dolphin builds successfully if you like. 1. `mkdir build && cd build` 2. `cmake .. -DLINUX_LOCAL_DEV=true` 3. `make -j$(nproc)` -4. `ln -s ../Data/Sys Binaries/` +4. `ln -s ../../Data/Sys Binaries/` ### Portable Build 1. `mkdir build && cd build`