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 d057e54 commit 7d3a67aCopy full SHA for 7d3a67a
docs/arduino-ide/debian_ubuntu.md
@@ -22,10 +22,10 @@ Installation instructions for Debian / Ubuntu OS
22
23
24
25
-- If you have Arduino.app installed to /Applications/, modify the installation as follows, beginning at `mkdir -p ~/Arduino...`:
+- If you have Arduino installed to ~/, modify the installation as follows, beginning at `mkdir -p ~/Arduino/hardware`:
26
27
```bash
28
- cd /Applications/Arduino_*/Contents/java/hardware/
+ cd ~/Arduino/hardware
29
mkdir -p espressif && \
30
cd espressif && \
31
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
0 commit comments