diff --git a/README.md b/README.md index b7a13c49633267f5579ff6bdbd2015fac9c54d33..68db52df5afe86c014a5f3647fb7de6d392cf875 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Aegisub scripts for 3D shenanigans ## Setup -0 - Use karaOK (https://github.com/logarrhythmic/karaOK) -1 - Put the repo in your Aegisub/automation/include folder, under the name "kara3d". -2 - Create a `code once` line with the following code: `_G.require("kara3d.all")` +0 - Use karaOK (https://github.com/logarrhythmic/karaOK)\n +1 - Put the repo in your Aegisub/automation/include folder, under the name "kara3d".\n +2 - Create a `code once` line with the following code: `_G.require("kara3d.all")`\n 3 - Create another `code once` line with the names you will use for the classes that are now stored in `_G` (for example, `vec = _G.vector`) ## How to Use