8000 Add note about sketch book location (#1374) · fatmongoose/arduino-esp32@7bf1f47 · GitHub
[go: up one dir, main page]

Skip to content
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 7bf1f47

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/arduino-ide/mac.md

Lines 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