Fix incorrect package name in Linux setup guide (#338)

This PR fixes the linux setup guide using the wrong package name

- [x] no changelog update needed
This commit is contained in:
Corwin 2022-10-23 19:43:58 +01:00 committed by GitHub
commit 63eb180aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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