Skip to content

Commit 2f6a25b

Browse files
authored
Revert "Wrong directory for installation??" (esp8266#5199)
* Revert "Make softAP documentation state the correct min value (0) for the max_connection argument. (esp8266#5165)" This reverts commit 24a1d22. * Revert "Wrong directory for installation?? (esp8266#5163)" This reverts commit d547c47. * Update README.md Specify Linux dir for using git
1 parent 24a1d22 commit 2f6a25b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,19 @@ Boards manager link: `http://arduino.esp8266.com/stable/package_esp8266com_index
3030

3131
Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.2/](https://arduino-esp8266.readthedocs.io/en/2.4.2/)
3232

33-
### Using git version
33+
### Using git version (basic instructions)
3434
[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino)
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).
37-
- Go to Arduino application directory
37+
- Go to Arduino directory
3838
- For Mac OS X, it is `Arduino.app` showing as the Arduino icon.
3939
This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`.
4040
```bash
41-
cd <application-directory>/Arduino.app/Contents/
41+
cd <application-directory>/Arduino.app/Contents/Java
42+
```
43+
- For Linux, it is ~/arduino by default.
44+
```bash
45+
cd ~arduino
4246
```
4347
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
4448
```bash

0 commit comments

Comments
 (0)