diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-08-07 18:10:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 18:10:10 +0200 |
commit | 64e2cff5c46aaf8cdf8fceb5877901962235ebfc (patch) | |
tree | e065cc65424278fb6150489cee2a00afd7f559c9 | |
parent | 8003084cd54e4365cb0bc4d7cfbcac04a3385e32 (diff) | |
parent | 9876cea10b499657967a6f225fd3972995789703 (diff) |
Merge pull request #758 from danShumway/patch-1
Update Arch install instructions
-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 |