From 3ca57271b81f26eb79a595eb416e3cb498883736 Mon Sep 17 00:00:00 2001 From: HoLLy Date: Sun, 23 Oct 2022 16:37:18 +0200 Subject: [PATCH] Fix incorrect package name in Linux setup guide --- book/src/setup/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/setup/linux.md b/book/src/setup/linux.md index 605fdb7c..275afdf5 100644 --- a/book/src/setup/linux.md +++ b/book/src/setup/linux.md @@ -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. -* 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` # 3. git