Skip to content

Commit

Permalink
Merge #314
Browse files Browse the repository at this point in the history
314: Update OpenOCD install instruction for #313 r=eldruin a=neerajadsul

Hi, I faced same issue as #313. I thought it may help to add the resolution to the docs.

Co-authored-by: Neeraj Adsul <neeraj.adsul@gmail.com>
  • Loading branch information
bors[bot] and neerajadsul authored Mar 17, 2022
2 parents d5fc1bc + abd5c9b commit a6de8b6
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 a6de8b6

Please sign in to comment.