diff options
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index bced4e182..3e0f9d68a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,6 +23,6 @@ Finally, build the rom. Install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM). -Then get the compiled tools from https://github.com/YamaArashi/pokeruby-tools. Copy the "tools" folder over the "tools" folder in your pokeruby directory. +Then get the compiled tools from https://github.com/YamaArashi/pokeruby-tools. Copy the `tools/` folder over the `tools/` folder in your pokeruby directory. -You can then build pokeruby using "make" in the MSYS environment provided with devkitARM. +You can then build pokeruby using `make` in the MSYS environment provided with devkitARM. |