diff options
author | camthesaxman <cameronghall@cox.net> | 2017-05-13 17:18:02 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-05-13 17:18:02 -0500 |
commit | 30068e19f097463df5b23ddfe45d5b3ad1a99c39 (patch) | |
tree | dcaa8288f18016d26a55d141bae2fe269e2a1013 | |
parent | 443ffffc5f5dd9d83dc60f93590139ae4f27bad2 (diff) | |
parent | 184436635fdca28399d03e805814a0deda67d200 (diff) |
Merge remote-tracking branch 'upstream/master' into decompile_battle_2
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 72b3da12a..1d50d778e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ Install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM). Make sure that there is an environment variable called DEVKITARM with the path of the directory before the "bin" directory containing "arm-none-eabi-as", "arm-none-eabi-cpp", "arm-none-eabi-ld" and "arm-none-eabi-objcopy". -Then get the compiler from https://github.com/YamaArashi/agbcc and run the following commands. +Then get the compiler from https://github.com/pret/agbcc and run the following commands. build.sh install.sh PATH_OF_POKERUBY_DIRECTORY |