From 39df3061f5d5ae904773a410140f0d07aa84b7f9 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..95ecaf64 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 arm-none-eabi-gdb $ # OpenOCD $ brew install openocd