diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-02-08 12:38:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 12:38:49 -0500 |
commit | 6a865be4c2f640b482d91ede650b52b4b7d5778f (patch) | |
tree | 0bd3b98f1486ad8ce9f386cefb0b2811c74a484a | |
parent | 0f13e061e1d652b2e1d9a1515f10d831f63cc5f5 (diff) |
Fix up incorrect term.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index d91f82434..1ba2e7b42 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -447,7 +447,7 @@ Otherwise, follow the instructions below to install devkitARM. cd /mnt/c/Users/<user>/Downloads ``` -4. Once the directory has been changed to the folder containing the devkitPro pacman package, run the following commands to install devkitPro pacman. +4. Once the directory has been changed to the folder containing the devkitPro pacman package, run the following commands to install devkitARM. ```bash sudo gdebi devkitpro-pacman.amd64.deb |