From 295e1d2c2ef61f051a6ef8597cf859c3c9d1a260 Mon Sep 17 00:00:00 2001 From: Revo Date: Mon, 9 Mar 2020 16:20:53 -0400 Subject: [PATCH] Fix the source of pain and suffering for the last 2 years. Why wasn't this fixed yet. This is dumb. This is really dumb. This is fuckin' stupid. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6f5a2435d2..c2d3f32daa 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