From abd5c9bb207249ae63c811fd593276f44c2012ce Mon Sep 17 00:00:00 2001 From: Neeraj Adsul Date: Wed, 16 Mar 2022 15:17:53 +0000 Subject: [PATCH] Update OpenOCD install instruction for #313 --- src/intro/install/macos.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/intro/install/macos.md b/src/intro/install/macos.md index 9764f73e..b3e51bcf 100644 --- a/src/intro/install/macos.md +++ b/src/intro/install/macos.md @@ -15,6 +15,11 @@ $ # QEMU $ brew install qemu ``` +> **NOTE** If OpenOCD crashes you may need to install the latest version using: +```text +$ brew install --HEAD openocd +``` + That's all! Go to the [next section]. [next section]: verify.md