Skip to content

Commit

Permalink
Merge #171
Browse files Browse the repository at this point in the history
171: install-macos: remove Homebrew tap command r=therealprof a=vitorgalvao

You don’t need to

```bash
brew tap armmbed/formulae
brew install armmbed/formulae/arm-none-eabi-gcc
```

You either

```bash
brew tap armmbed/formulae
brew install arm-none-eabi-gcc
```

Or you

```bash
brew install armmbed/formulae/arm-none-eabi-gcc
```

Which taps and installs in a single command.

Co-authored-by: Vítor Galvão <[email protected]>
  • Loading branch information
bors[bot] and vitorgalvao committed Feb 18, 2019
2 parents 9b1540f + 73a4a58 commit 1d06b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/intro/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ All the tools can be install using [Homebrew]:

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

$ # OpenOCD
Expand Down

0 comments on commit 1d06b78

Please sign in to comment.