diff --git a/docs/lua/lua.md b/docs/lua/lua.md
index a5757990..96003529 100644
--- a/docs/lua/lua.md
+++ b/docs/lua/lua.md
@@ -7,7 +7,12 @@ Expect many more things to be supported in the future.
## How to install Lua mods
-Lua scripts you make can be placed either the `mods` folder in the base directory, or in `/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 `/mods`
+
+Save file locations:
+- Windows: `%appdata%/sm64ex-coop`
+- Linux: `~/.local/share/sm64ex-coop`
+- MacOS: `~/Library/Application Support/sm64ex-coop`