mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Revert "Wrong directory for installation??" (#5199)
* Revert "Make softAP documentation state the correct min value (0) for the max_connection argument. (#5165)" This reverts commit 24a1d22730685e20c7f506574d28c90af567c439. * Revert "Wrong directory for installation?? (#5163)" This reverts commit d547c4766780f5a9af4a6cbda42cab790de745bc. * Update README.md Specify Linux dir for using git
This commit is contained in:
parent
24a1d22730
commit
2f6a25b9f5
10
README.md
10
README.md
@ -30,15 +30,19 @@ Boards manager link: `http://arduino.esp8266.com/stable/package_esp8266com_index
|
||||
|
||||
Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.2/](https://arduino-esp8266.readthedocs.io/en/2.4.2/)
|
||||
|
||||
### Using git version
|
||||
### Using git version (basic instructions)
|
||||
[](https://travis-ci.org/esp8266/Arduino)
|
||||
|
||||
- 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
|
||||
- Go to Arduino directory
|
||||
- For Mac OS X, it is `Arduino.app` showing as the Arduino icon.
|
||||
This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`.
|
||||
```bash
|
||||
cd <application-directory>/Arduino.app/Contents/
|
||||
cd <application-directory>/Arduino.app/Contents/Java
|
||||
```
|
||||
- For Linux, it is ~/arduino by default.
|
||||
```bash
|
||||
cd ~arduino
|
||||
```
|
||||
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user