Skip to content

Commit

Permalink
Update README.md (#4730)
Browse files Browse the repository at this point in the history
Clarify the folder of the git installation method for Mac
  • Loading branch information
tzahari authored and d-a-v committed May 18, 2018
1 parent e3c9702 commit 83ab034
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.1/](https://arduin
### Using git version
[![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).
- Go to Arduino directory
- 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
- 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)
```bash
cd hardware
Expand Down

0 comments on commit 83ab034

Please sign in to comment.