diff options
author | yenatch <yenatch@gmail.com> | 2018-01-21 13:50:12 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-01-21 13:50:12 -0500 |
commit | e5a3757ff96017090c6df57b60ef795049d1c6c7 (patch) | |
tree | 429b2b3dd67bd75059be80fb60066a590b543215 | |
parent | 0db23bc215000bbad41968ba5a650e55f86ceb71 (diff) |
fix shell scripts in install instructions
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index faffb3888..cd8f4b185 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,12 +8,12 @@ Make sure that there is an environment variable called DEVKITARM with the path o Then get the compiler from https://github.com/pret/agbcc and run the following commands. - build.sh - install.sh PATH_OF_POKEEMERALD_DIRECTORY + ./build.sh + ./install.sh PATH_OF_POKEEMERALD_DIRECTORY Then in the pokeemerald directory, build the tools. - build_tools.sh + ./build_tools.sh Finally, build the rom. |