Update Arduino/hardware path (#1727)

This commit is contained in:
Tokusei Noborio 2018-08-14 18:53:34 +09:00 committed by Me No Dev
parent d057e544e0
commit 7d3a67ada0

View File

@ -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
cd /Applications/Arduino_*/Contents/java/hardware/
cd ~/Arduino/hardware
mkdir -p espressif && \
cd espressif && \
git clone https://github.com/espressif/arduino-esp32.git esp32 && \