1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

update git+macos installation instructions (#4753)

This commit is contained in:
david gauchard
2018-05-25 04:45:02 +02:00
committed by Develo
parent 5a033835e1
commit 144152ce6b

View File

@ -35,9 +35,10 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.1/](https://arduin
- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software). - Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software).
- Go to Arduino application directory - Go to Arduino application directory
- For Mac OS X normally: - For Mac OS X, it is `Arduino.app` showing as the Arduino icon.
This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`.
```bash ```bash
cd /Applications/Arduino.app/Contents/Java cd <application-directory>/Arduino.app/Contents/Java
``` ```
- 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