From d9b690d6ec99dd038390aba199de726dd02c1d8f Mon Sep 17 00:00:00 2001 From: Tokusei Noborio Date: Sun, 5 Aug 2018 13:56:25 +0900 Subject: [PATCH] Update Arduino/hardware path --- docs/arduino-ide/debian_ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/arduino-ide/debian_ubuntu.md b/docs/arduino-ide/debian_ubuntu.md index 78f144edd2f..af06698c780 100644 --- a/docs/arduino-ide/debian_ubuntu.md +++ b/docs/arduino-ide/debian_ubuntu.md @@ -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 && \