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