Skip to content

Commit 144152c

Browse files
d-a-vdevyte
authored andcommitted
update git+macos installation instructions (#4753)
1 parent 5a03383 commit 144152c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.1/](https://arduin
3535

3636
- 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).
3737
- Go to Arduino application directory
38-
- For Mac OS X normally:
39-
```bash
40-
cd /Applications/Arduino.app/Contents/Java
41-
```
38+
- For Mac OS X, it is `Arduino.app` showing as the Arduino icon.
39+
This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`.
40+
```bash
41+
cd <application-directory>/Arduino.app/Contents/Java
42+
```
4243
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
4344
```bash
4445
cd hardware

0 commit comments

Comments
 (0)