Skip to content

Commit dfc1875

Browse files
authored
Merge pull request #991 from stephenhouser/stephenhouser-macos-setup
Update setup instructions for macOS
2 parents 970046e + f59ba9e commit dfc1875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setting-up-the-pico-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ sudo apt install cmake gcc-arm-none-eabi build-essential
4040
brew install cmake
4141

4242
# Install the arm eabi toolchain
43-
brew tap ArmMbed/homebrew-formulae
44-
brew install arm-none-eabi-gcc
43+
brew install --cask gcc-arm-embedded
4544

4645
# The equivalent to build-essential on linux, you probably already have this.
4746
xcode-select --install

0 commit comments

Comments
 (0)