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:
luckytyphlosion 2021-01-31 16:22:54 -05:00 committed by GitHub
parent 98f8c96c9e
commit 11eb805856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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