Update README.md

This commit is contained in:
Thomas Roth 2020-12-01 12:41:14 +01:00 committed by GitHub
parent 02f498f84d
commit 5304a154ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi openocd python3
Using homebrew:
```
brew install openocd
brew install --HEAD openocd
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
```