diff options
author | yenatch <yenatch@gmail.com> | 2017-05-21 10:39:30 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-21 10:39:30 -0400 |
commit | 332fde6cb8820aa89fe759b50a65eb069cc63329 (patch) | |
tree | 4e4c45eb48878f6dca0be87ba92c207247d95ec4 | |
parent | caec97cb4450c48d6c00498667d3aa1848ce1650 (diff) |
Update link to Windows tool binaries in INSTALL.md
Fixes #294
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 1d50d778e..b852dd126 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ 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/pret/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. |