diff options
author | yenatch <yenatch@gmail.com> | 2016-09-10 20:01:56 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-09-10 20:01:56 -0400 |
commit | be8620123ad13a51ce34c2fd3e1b52346baeb28a (patch) | |
tree | 9f2cba1e623627ad1e12b83556a5255689dbffe9 | |
parent | 4eefb01b46ec85b15c7c35218afebd0395b52495 (diff) |
Use markdownisms in INSTALL.md.
-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. |