mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
include submodules with git clone --recursive (#5882)
* include submodules You may also need to run this update recursively ('git submodule update --init --recursive').
This commit is contained in:
parent
70c3547eb3
commit
b270f4907c
@ -58,6 +58,8 @@ cd hardware
|
|||||||
mkdir esp8266com
|
mkdir esp8266com
|
||||||
cd esp8266com
|
cd esp8266com
|
||||||
git clone https://github.com/esp8266/Arduino.git esp8266
|
git clone https://github.com/esp8266/Arduino.git esp8266
|
||||||
|
cd esp8266
|
||||||
|
git submodule update --init
|
||||||
```
|
```
|
||||||
- Download binary tools (you need Python 2.7)
|
- Download binary tools (you need Python 2.7)
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user