From 88b321e0e776cc8ed9518b1e8b1b53ba923eb5c2 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Wed, 15 May 2019 07:18:09 -0700 Subject: [PATCH] Minor README fix Fix Linmux location typos (lowercase "arduino" and missing "/". Fixes #6093 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eee84f1652..a8014dbd1f 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.5.1/](https://arduin ```bash cd /Arduino.app/Contents/Java ``` - - For Linux, it is ~/arduino by default. + - For Linux, it is ~/Arduino by default. ```bash - cd ~arduino + cd ~/Arduino ``` - Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink) ```bash