From 14c0123344b49ff62c621f42d5327b86201c8e0d Mon Sep 17 00:00:00 2001 From: redsquidz <117706036+redsquidz@users.noreply.github.com> Date: Sat, 6 May 2023 13:12:11 -0700 Subject: [PATCH] Removed outdated info DevkitArm link no longer has `devkitpro-pacman.amd64.deb` listed; just the pkg file. This was confusing so it should be removed. I've only edited the WS1 entry, others may need to be updated too but I'm on mobile so the interface is difficult lol --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 01fbd5ceefaa..18e9c1905e75 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -482,7 +482,7 @@ Otherwise, follow the instructions below to install devkitARM. > If the above command does not work, try the above command but replacing `apt` with `apt-get`. -2. Once `gdebi-core` is done installing, download the devkitPro pacman package [here](https://github.com/devkitPro/pacman/releases). The file to download is `devkitpro-pacman.amd64.deb`. +2. Once `gdebi-core` is done installing, download the devkitPro pacman package [here](https://github.com/devkitPro/pacman/releases). 3. Change directory to where the package was downloaded. For example, if the package file was saved to **C:\Users\\_\_\Downloads** (the Downloads location for most users), enter this command, where *\ is your **Windows** username: ```bash @@ -492,7 +492,7 @@ Otherwise, follow the instructions below to install devkitARM. 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 + sudo dkp-pacman -Sy sudo dkp-pacman -S gba-dev ```