diff options
author | yenatch <yenatch@gmail.com> | 2018-01-21 13:51:28 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-01-21 13:51:28 -0500 |
commit | 9f1f9827a8a6057d86b63ccca34d96f5ae080c4f (patch) | |
tree | d4a17aad92951a47f424083928a449303b0bfbc9 | |
parent | 68a402883f780a61f54c2f0c8740429d0b2b3a81 (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 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. |