Skip to content

Commit 1d06b78

Browse files
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 <info@vitorgalvao.com>
2 parents 9b1540f + 73a4a58 commit 1d06b78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/intro/install/macos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ All the tools can be install using [Homebrew]:
66

77
``` console
88
$ # GDB
9-
$ brew tap armmbed/formulae
109
$ brew install armmbed/formulae/arm-none-eabi-gcc
1110

1211
$ # OpenOCD

0 commit comments

Comments
 (0)