diff --git a/docs/arduino-ide/mac.md b/docs/arduino-ide/mac.md index d3d022bd..f2d0b3d2 100644 --- a/docs/arduino-ide/mac.md +++ b/docs/arduino-ide/mac.md @@ -13,11 +13,13 @@ Installation instructions for Mac OS cd tools && \ python get.py ``` + Where `~/Documents/Arduino` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly if necessary! +   - If you get the error below. Install the command line dev tools with xcode-select --install and try the command above again: -```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun``` - -```xcode-select --install``` + ```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun``` + + ```xcode-select --install``` - Restart Arduino IDE