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 7d3a67a

Browse filesBrowse files
tnoboriome-no-dev
authored andcommitted
Update Arduino/hardware path (espressif#1727)
1 parent d057e54 commit 7d3a67a
Copy full SHA for 7d3a67a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/arduino-ide/debian_ubuntu.md

Copy file name to clipboardExpand all lines: docs/arduino-ide/debian_ubuntu.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Installation instructions for Debian / Ubuntu OS
2222

2323

2424

25-
- If you have Arduino.app installed to /Applications/, modify the installation as follows, beginning at `mkdir -p ~/Arduino...`:
25+
- If you have Arduino installed to ~/, modify the installation as follows, beginning at `mkdir -p ~/Arduino/hardware`:
2626

2727
```bash
28-
cd /Applications/Arduino_*/Contents/java/hardware/
28+
cd ~/Arduino/hardware
2929
mkdir -p espressif && \
3030
cd espressif && \
3131
git clone https://github.com/espressif/arduino-esp32.git esp32 && \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.