mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
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:
commit
63eb180aed
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue