From 8a0986fabab8533d18cde0142fdd32333a133fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fn=20=E2=8C=83=20=E2=8C=A5?= <70830482+FnControlOption@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:59:34 -0700 Subject: [PATCH] Update macOS installation instructions --- src/intro/install/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/install/macos.md b/src/intro/install/macos.md index 9a797563..90098ec7 100644 --- a/src/intro/install/macos.md +++ b/src/intro/install/macos.md @@ -9,7 +9,7 @@ All the tools can be installed using [Homebrew] or [MacPorts]: ``` text $ # GDB -$ brew install armmbed/formulae/arm-none-eabi-gcc +$ brew install --cask gcc-arm-embedded $ # OpenOCD $ brew install openocd