Skip to content

Commit

Permalink
Merge #119
Browse files Browse the repository at this point in the history
119: Update macOS installation instructions r=korken89 a=therealprof

Fixes #118

Co-authored-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
bors[bot] and therealprof committed Jan 26, 2019
2 parents 651fe4a + 3e9429d commit be55c52
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 be55c52

Please sign in to comment.