8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7216977 commit 2f73dd7Copy full SHA for 2f73dd7
docs/arduino-ide/debian_ubuntu.md
@@ -19,3 +19,17 @@ Installation instructions for Debian / Ubuntu OS
19
python get.py
20
```
21
- 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