Skip to content

Commit 83ab034

Browse files
tzaharid-a-v
authored andcommitted
Update README.md (esp8266#4730)
Clarify the folder of the git installation method for Mac
1 parent e3c9702 commit 83ab034

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.1/](https://arduin
3333
### Using git version
3434
[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino)
3535

36-
- Install Arduino 1.8.2 from the [Arduino website](http://www.arduino.cc/en/main/software).
37-
- Go to Arduino directory
36+
- 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).
37+
- Go to Arduino application directory
38+
- For Mac OS X normally:
39+
```bash
40+
cd /Applications/Arduino.app/Contents/Java
41+
```
3842
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
3943
```bash
4044
cd hardware

0 commit comments

Comments
 (0)