diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-09 16:28:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 16:28:27 -0400 |
commit | 08bced2cbb6796b0c2333a54800ecbc453a544b7 (patch) | |
tree | b0037c1382169043937291a34e402528699ecf4a | |
parent | f821303429587a252babc027e66fb641d3dbe941 (diff) | |
parent | 295e1d2c2ef61f051a6ef8597cf859c3c9d1a260 (diff) |
Merge pull request #999 from ProjectRevoTPP/patch-1
Fix the source of pain and suffering for the last 2 years.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 6f5a2435d..c2d3f32da 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -14,7 +14,7 @@ Make sure that the `build-essential`, `git`, and `libpng-dev` packages are insta Install the **devkitARM** toolchain of [devkitPro](https://devkitpro.org/wiki/Getting_Started) and add its environment variables. For Windows versions without the Linux subsystem, the devkitPro [graphical installer](https://github.com/devkitPro/installer/releases) includes a preconfigured MSYS2 environment, thus the steps below are not required. - export DEVKITPRO=/opt/devkitpro + export DEVKITPRO=/opt/devkitPro echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc export DEVKITARM=$DEVKITPRO/devkitARM echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc |