Fix incorrect package name in Linux setup guide

This commit is contained in:
HoLLy 2022-10-23 16:37:18 +02:00
parent 70f22b9255
commit 3ca57271b8

View file

@ -13,7 +13,7 @@ You can update rustup with `rustup update` if you have already installed it.
We need this installed in order to be able to assemble the small amount of assembly in agb, and to do the final linking. We need this installed in order to be able to assemble the small amount of assembly in agb, and to do the final linking.
* On Debian and derivatives (like Ubuntu): `sudo apt install binutils-arm-non-eabi` * On Debian and derivatives (like Ubuntu): `sudo apt install binutils-arm-none-eabi`
* On Arch Linux and derivatives: `pacman -S arm-none-eabi-binutils` * On Arch Linux and derivatives: `pacman -S arm-none-eabi-binutils`
# 3. git # 3. git