Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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