diff options
| author | Daniel Shumway <3317194+danShumway@users.noreply.github.com> | 2020-08-07 04:40:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 04:40:27 +0000 |
| commit | 9876cea10b499657967a6f225fd3972995789703 (patch) | |
| tree | e065cc65424278fb6150489cee2a00afd7f559c9 | |
| parent | 8003084cd54e4365cb0bc4d7cfbcac04a3385e32 (diff) | |
Update Arch install instructions
As of ~07/21, `rgbds` is included in the
official Arch repos, so the Aur package is no
longer being maintained.
| -rw-r--r-- | INSTALL.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md index dd9a1c209..5ff11c92e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -111,12 +111,10 @@ sudo make -C rgbds install To install the software required for **pokecrystal**: ```bash -sudo pacman -S make gcc git +sudo pacman -S make gcc git rgbds ``` -**rgbds** is available on the [AUR](https://aur.archlinux.org/packages/rgbds/). - -Alternatively, to install **rgbds** manually: +If you want to compile and install **rgbds** manually instead of using the Arch package: ```bash sudo pacman -S pkg-config flex bison libpng |
