8000 Update Arduino/hardware path (#1727) · emanuelmartin/arduino-esp32@7d3a67a · 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 7d3a67a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/arduino-ide/debian_ubuntu.md

Lines 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, beginni 5E91 ng 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