diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-01-21 14:28:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 14:28:53 -0600 |
commit | ee8b53bb410de9dbf8ac545b006f0dc2b0e7b483 (patch) | |
tree | 798cee0c4d6214ff41fcdfcf87b48e4ff3e3b978 | |
parent | eec225e983a62ff2241f84ae7077650233a197c8 (diff) | |
parent | e5a3757ff96017090c6df57b60ef795049d1c6c7 (diff) |
Merge pull request #181 from yenatch/fix-install
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. |