Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2f45eb

Browse filesBrowse files
marcelstoerCurclamas
authored andcommitted
Add note about sketch book location (espressif#1374)
1 parent ae4b802 commit a2f45eb
Copy full SHA for a2f45eb

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed

‎docs/arduino-ide/mac.md

Copy file name to clipboardExpand all lines: docs/arduino-ide/mac.md
+5-3Lines changed: 5 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.