From e88703b9237519b7d0fda2c89608780e8e4fdbcf Mon Sep 17 00:00:00 2001 From: Neeraj Adsul Date: Wed, 16 Mar 2022 15:14:28 +0000 Subject: [PATCH] Update OpenOCD install for #313 --- src/intro/install/macos.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/intro/install/macos.md b/src/intro/install/macos.md index 9764f73e..37561658 100644 --- a/src/intro/install/macos.md +++ b/src/intro/install/macos.md @@ -15,6 +15,12 @@ $ # 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