Commit 1d06b78
Merge #171
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]>1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments