Skip to content

Commit 7bf1f47

Browse files
marcelstoerme-no-dev
authored andcommitted
Add note about sketch book location (#1374)
1 parent f8a3c61 commit 7bf1f47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: docs/arduino-ide/mac.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Installation instructions for Mac OS
1313
cd tools && \
1414
python get.py
1515
```
16+
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!
17+
 
1618
- If you get the error below. Install the command line dev tools with xcode-select --install and try the command above again:
1719

18-
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
19-
20-
```xcode-select --install```
20+
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
21+
22+
```xcode-select --install```
2123

2224
- Restart Arduino IDE
2325

0 commit comments

Comments
 (0)