Skip to content

Commit

Permalink
Removed: Unnecessary slashes in symlink files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 6, 2024
1 parent b845d26 commit bf19920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LinuxSetupGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export WINEPREFIX="/home/<YOUR_USERNAME>/.local/share/Steam/steamapps/compatdata
wine Setup.exe --dependenciesOnly

## Create Symbolic Link for Mod Loader Settings.
ln -s "/home/<YOUR_USERNAME>/.wine/drive_c/users/<USERNAME>/AppData/Roaming/Reloaded-Mod-Loader-II/" "/home/<YOUR_USERNAME>/.local/share/Steam/steamapps/compatdata/<APPID>/pfx/drive_c/users/steamuser/AppData/Roaming/Reloaded-Mod-Loader-II/"
ln -s "/home/<YOUR_USERNAME>/.wine/drive_c/users/<USERNAME>/AppData/Roaming/Reloaded-Mod-Loader-II" "/home/<YOUR_USERNAME>/.local/share/Steam/steamapps/compatdata/<APPID>/pfx/drive_c/users/steamuser/AppData/Roaming/Reloaded-Mod-Loader-II"
```

Once you are done, launch the Reloaded launcher and [Deploy ASI Loader](#using-asi-loader).
Expand Down

0 comments on commit bf19920

Please sign in to comment.