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

Update README.md (#4730)

Clarify the folder of the git installation method for Mac
This commit is contained in:
Thomas Zahari 2018-05-18 13:35:10 +02:00 committed by david gauchard
parent e3c970210f
commit 83ab03436f

View File

@ -33,8 +33,12 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.1/](https://arduin
### Using git version ### Using git version
[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino)
- Install Arduino 1.8.2 from 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 directory - Go to Arduino application directory
- For Mac OS X normally:
```bash
cd /Applications/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
cd hardware cd hardware