From 501022404faac989e86f3f579c15b5fbe6ecbb52 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Wed, 15 May 2019 08:38:53 -0700 Subject: [PATCH] Minor README fix (#6098) Fix Linux 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 eee84f165..a8014dbd1 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