From 7d3a67ada0645409b017cc7a83af93eb1dc4b61f Mon Sep 17 00:00:00 2001 From: Tokusei Noborio Date: Tue, 14 Aug 2018 18:53:34 +0900 Subject: [PATCH] Update Arduino/hardware path (#1727) --- 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 78f144ed..af06698c 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 && \