Reformat platform save file locations

This commit is contained in:
MysterD 2022-09-12 20:04:37 -07:00
parent 657c3a812f
commit 7202353437

View file

@ -7,7 +7,12 @@ Expect many more things to be supported in the future.
<br />
## How to install Lua mods
Lua scripts you make can be placed either the `mods` folder in the base directory, or in `<SAVE FILE LOCATION>/mods`(On macos that is `~/Library/Application Support/sm64ex-coop` linux is `~/.local/share/sm64ex-coop` and Windows is `%Appdata%/sm64ex-coop`)
Lua scripts you make can be placed either the `mods` folder in the base directory, or in `<SAVE FILE LOCATION>/mods`
Save file locations:
- Windows: `%appdata%/sm64ex-coop`
- Linux: `~/.local/share/sm64ex-coop`
- MacOS: `~/Library/Application Support/sm64ex-coop`
<br />