Skip to content

Commit 7d3a67a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)