Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated info for clarity #1885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
</details>

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\\_\<user>_\Downloads** (the Downloads location for most users), enter this command, where *\<user> is your **Windows** username:

```bash
Expand All @@ -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
```
Expand Down