diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-17 16:39:01 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-17 16:39:01 -0500 |
commit | 9301016f40d71b2939f2c33cd54d7a3299ad48a8 (patch) | |
tree | a57c7943381bfa8452e782cfc0061f11b6ec94f4 | |
parent | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (diff) |
INSTALL.md links to pret/pokeruby-tools, since YamaArashi/pokeruby-tools and ProjectRevoTPP/pokeruby-tools are 404
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 64c35d5ed..954bd1d97 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,6 +8,6 @@ TBD 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 pokeemerald directory. +Then download [**pokeruby-tools**](https://github.com/pret/pokeruby-tools). Copy the `tools/` folder with the compiled `exe`s to the `tools/` folder in your `pokeemerald/` directory. -You can then build pokeemerald using "make" in the MSYS environment provided with devkitARM. +You can then build pokeemerald using `make` in the MSYS environment provided with devkitARM. |