mirror of https://github.com/pret/pokeemerald.git
Temporary fix for macOS install.
Should probably figure out what's exactly setting $DEVKITPRO since it's set by something else upon opening the Terminal.
This commit is contained in:
parent
98f8c96c9e
commit
11eb805856
|
@ -253,7 +253,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
|
|||
4. After the tools are installed, devkitPro must now be made accessible from anywhere by the system. To do so, run the following commands:
|
||||
|
||||
```bash
|
||||
export DEVKITPRO=$HOME/devkitpro
|
||||
export DEVKITPRO=/opt/devkitpro
|
||||
echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc
|
||||
export DEVKITARM=$DEVKITPRO/devkitARM
|
||||
echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc
|
||||
|
|
Loading…
Reference in New Issue