Commit 7d3a67ad authored by Tokusei Noborio's avatar Tokusei Noborio Committed by Me No Dev

Update Arduino/hardware path (#1727)

parent d057e544
...@@ -22,10 +22,10 @@ Installation instructions for Debian / Ubuntu OS ...@@ -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 && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment