1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

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.
This commit is contained in:
teo1978 2018-10-01 17:36:58 +02:00 committed by Develo
parent 88d0a15f0a
commit d547c47667

View File

@ -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. - For Mac OS X, it is `Arduino.app` showing as the Arduino icon.
This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`. This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`.
```bash ```bash
cd <application-directory>/Arduino.app/Contents/Java cd <application-directory>/Arduino.app/Contents/
``` ```
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink) - Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
```bash ```bash