1
0
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:
Juppit 2019-03-21 15:48:23 +01:00 committed by david gauchard
parent 70c3547eb3
commit b270f4907c

View File

@ -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