From d547c4766780f5a9af4a6cbda42cab790de745bc Mon Sep 17 00:00:00 2001 From: teo1978 Date: Mon, 1 Oct 2018 17:36:58 +0200 Subject: [PATCH] Wrong directory for installation?? (#5163) PLEASE REVIEW, I'm not completely sure, but on Linux there's no `hardware` directory inside `Java`, and it doesn't seem to make sense that there should be on MacOS. There is, instead, a `hardware` directory in the parent. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4de2986d0..26e22e076 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.2/](https://arduin - For Mac OS X, it is `Arduino.app` showing as the Arduino icon. This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`. ```bash - cd /Arduino.app/Contents/Java + cd /Arduino.app/Contents/ ``` - Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink) ```bash