Skip to content

Commit 2f73dd7

Browse files
tedderme-no-dev
authored andcommitted
add alternate location of this directory (#732)
1 parent 7216977 commit 2f73dd7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

+14
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ Installation instructions for Debian / Ubuntu OS
1919
python get.py
2020
```
2121
- Restart Arduino IDE
22+
23+
24+
25+
- If you have Arduino.app installed to /Applications/, modify the installation as follows, beginning at `mkdir -p ~/Arduino...`:
26+
27+
```bash
28+
cd /Applications/Arduino_*/Contents/java/hardware/
29+
mkdir -p espressif && \
30+
cd espressif && \
31+
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
32+
cd esp32 && \
33+
git submodule update --init --recursive && \
34+
cd tools && \
35+
python get.py```

0 commit comments

Comments
 (0)