diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-11-19 21:59:17 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-11-19 21:59:17 +0100 |
commit | 5bff3a1bffe0481b9189ebd8c426bb47d8c07554 (patch) | |
tree | df7fdd3d86b13304f97a4173adc56283b4e16ff9 | |
parent | fed51c47f0c03ccc05b57dddbdfbf1e7e7e8ac2d (diff) |
Recommend the AUR package
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index e6ed89c36..e5e07a49b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -119,7 +119,9 @@ To install the software required for **pokecrystal**: sudo pacman -S make gcc git ``` -To install **rgbds**: +**rgbds** is available on the [AUR](https://aur.archlinux.org/packages/rgbds/). + +Alternatively, to install **rgbds** manually: ```bash sudo pacman -S pkg-config flex bison libpng |