Update Arduino/hardware path (#1727)
This commit is contained in:
parent
d057e544e0
commit
7d3a67ada0
@ -22,10 +22,10 @@ Installation instructions for Debian / Ubuntu OS
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
- 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`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /Applications/Arduino_*/Contents/java/hardware/
|
cd ~/Arduino/hardware
|
||||||
mkdir -p espressif && \
|
mkdir -p espressif && \
|
||||||
cd espressif && \
|
cd espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user