summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-05-26 19:06:26 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-05-26 19:06:26 -0500
commit97a933ceeaa1f360eea4322b8e8b47b200ad0fe2 (patch)
tree54a84a4fe60fc1439d2f57d444e0443f02d40e88 /INSTALL.md
parentde2fe2cbbae599d9b336cb6762e3a03445cd5027 (diff)
Update Makefile and installation instructions for devkitpro r48
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5f7eecbd2..aa5b8f91a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -62,8 +62,10 @@ Run the Cygwin setup and leave the default settings. At "Select Packages", set t
In the **Cygwin terminal**, enter these commands:
+ export DEVKITPRO=/cygdrive/c/devkitpro
+ echo export DEVKITPRO=$DEVKITPRO >> ~/.bashrc
export DEVKITARM=/cygdrive/c/devkitpro/devkitARM
- echo export DEVKITARM=/cygdrive/c/devkitpro/devkitARM >> ~/.bashrc
+ echo export DEVKITARM=$DEVKITARM >> ~/.bashrc
git clone https://github.com/pret/pokeruby
git clone https://github.com/pret/agbcc