From 86309fe3087fb5ec6d1aea49632ca87bb7495ff4 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Fri, 15 Sep 2023 09:45:22 -0400 Subject: [PATCH] readme: need to specify full path now `arm-none-eabi-gcc` is now in upstream, so the command `brew install arm-none-eabi-gcc` now defaults to that, even with this tap selected. To actually install from this tap we need to specify the full path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c242a8..9edd3f0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you still want to install from this tap, use the following instructions: ```sh brew tap ArmMbed/homebrew-formulae -brew install arm-none-eabi-gcc +brew install ARMmbed/homebrew-formulae/arm-none-eabi-gcc ``` This tap was maintained by the Arm Mbed team, not the Arm OSS compiler team! Please raise [issues with this formula here](https://github.com/ArmMbed/homebrew-formulae/issues), and [issues with the toolchain here](https://bugs.launchpad.net/gcc-arm-embedded).