diff --git a/INSTALL.md b/INSTALL.md index ede0b41832b..385076c61d7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -348,6 +348,13 @@ Then proceed to [Choosing where to store pokefirered (Linux)](#choosing-where-to > [install devkitARM on Debian/Ubuntu-based distributions](#installing-devkitarm-on-debianubuntu-based-distributions). +### Arch-based distributions +Run the following command to install the necessary packages: +```bash +sudo pacman --needed -S base-devel arm-none-eabi-binutils git libpng +``` +Then proceed to [Choosing where to store pokefirered (Linux)](#choosing-where-to-store-pokefirered-linux). + ### Other distributions _(Specific instructions for other distributions would be greatly appreciated!)_