Skip to content

Commit

Permalink
Update OpenOCD install instruction for rust-embedded#313
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajadsul authored Mar 16, 2022
1 parent d5fc1bc commit abd5c9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/intro/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit abd5c9b

Please sign in to comment.