diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-22 20:42:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 20:42:31 -0800 |
commit | 4e54b9f65e93e84887ef81b726a187bbf3197530 (patch) | |
tree | c5b1fb1e87a636bdca7b59a93822dc9fe5f4ed9a | |
parent | a3143083bab681f5e08a506952e3f4dcfeb5d027 (diff) | |
parent | 9f1f9827a8a6057d86b63ccca34d96f5ae080c4f (diff) |
Merge pull request #548 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 b852dd126..dfd992f2f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,12 +6,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_POKERUBY_DIRECTORY + ./build.sh + ./install.sh PATH_OF_POKERUBY_DIRECTORY Then in the pokeruby directory, build the tools. - build_tools.sh + ./build_tools.sh Finally, build the rom. |