Update README.md

change Mac OS gcc version
This commit is contained in:
Igor Biletskyy 2023-08-29 12:34:44 -07:00 committed by GitHub
parent ca9d8675b9
commit 267dd04537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ sudo apt-get install dfu-util gcc-arm-none-eabi python3-pip libffi-dev git
```bash
# macOS
brew install --cask gcc-arm-embedded
brew install python3 dfu-util gcc@12
brew install python3 dfu-util gcc@13
```
Clone panda repository: