From 912edc121f290811f81b8beec79fda87e276eb39 Mon Sep 17 00:00:00 2001 From: sommermoregentraum Date: Thu, 18 Jan 2024 21:55:38 +0800 Subject: [PATCH] Updated Compile on Arch based distro (exclude Asahi) (markdown) --- Compile-on-Arch-based-distro-(exclude-Asahi).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-on-Arch-based-distro-(exclude-Asahi).md b/Compile-on-Arch-based-distro-(exclude-Asahi).md index d2fc57c..8008a6d 100644 --- a/Compile-on-Arch-based-distro-(exclude-Asahi).md +++ b/Compile-on-Arch-based-distro-(exclude-Asahi).md @@ -12,7 +12,7 @@ Check the output and make sure the packages listed above were installed correctl # 2. Install ARM `gcc-arm-none-eabi` package from `AUR` -_you can follow the instructions in [Debian based distro page in this wiki](https://github.com/eried/portapack-mayhem/wiki/Compile-firmware#using-arm-on-debian) as well. This doesn’t work before and it turns out that it’s nushell caused the bug. If you don’t use nushell, you are all good with that set up._ +_you can follow the instructions in [Debian based distro page in this wiki](https://github.com/portapack-mayhem/portapack-mayhem/wiki/Compile-firmware#using-arm-on-debian) as well. This doesn’t work before and it turns out that it’s nushell caused the bug. If you don’t use nushell, you are all good with that set up._ _This will automatically add the path of arm toolchain to the ``PATH`` of your default shell (for example: ``bash``, ``zsh``, ``fish``, and ``nushell``)._