Skip to content

Commit

Permalink
Merge pull request #8 from rossjones/patch-1
Browse files Browse the repository at this point in the history
Update macOS setup text
  • Loading branch information
droogmic authored Nov 22, 2019
2 parents 0fdc235 + eeabf6b commit d2351e6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/setup/MACOS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# macOS

> UNTESTED: please submit an issue if you can confirm this works.
All the tools can be install using [Homebrew]:

[Homebrew]: http://brew.sh/

``` shell
$ brew cask install gcc-arm-embedded
$ brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/b88346667547cc85f8f2cacb3dfe7b754c8afc8a/Casks/gcc-arm-embedded.rb
$ brew install minicom openocd
```

If the `brew cask` command doesn't work (`Error: Unknown command: cask`), then run `brew tap
Caskroom/tap` first and try again.
Unfortunately gcc-arm-embedded has been [removed from Homebrew casks] in an attempt to force somebody to move it to Homebrew, and so it has to be installed using the cask in an earlier commit.

[removed from Homebrew casks]: https://github.com/Homebrew/homebrew-cask/pull/56802

That's all! Go to the [next section].

Expand Down

0 comments on commit d2351e6

Please sign in to comment.