Revise Mac bash commands to install arm-gcc-bin library.
This commit is contained in:
csann
2019-02-22 21:22:19 -06:00
committed by GitHub
parent b64b3b5625
commit 40c16ef494
+2 -1
View File
@@ -70,7 +70,8 @@ sudo pacman -S tup
#### Mac
First install [Homebrew](https://brew.sh/). Then you can run these commands in Terminal:
```bash
brew cask install gcc-arm-embedded
brew tap osx-cross/arm
brew install arm-gcc-bin
brew cask install osxfuse && brew install tup
brew install openocd
```