Skip to content

Commit

Permalink
Update macOS installation instructions
Browse files Browse the repository at this point in the history
Fixes #118
  • Loading branch information
therealprof authored Jan 25, 2019
1 parent 651fe4a commit 3e9429d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/intro/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ All the tools can be install using [Homebrew]:

``` console
$ # GDB
$ brew cask install gcc-arm-embedded
$ brew tap armmbed/formulae
$ brew install armmbed/formulae/arm-none-eabi-gcc

$ # OpenOCD
$ brew install openocd

$ # QEMU
$ brew install qemu
```

If the `brew cask` command doesn't work (e.g. `error: unknown command: cask`),
then first run `brew tap Caskroom/tap` and try again.

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

[next section]: verify.md

0 comments on commit 3e9429d

Please sign in to comment.