Skip to content

Commit b270f49

Browse files
Juppitd-a-v
authored andcommitted
include submodules with git clone --recursive (#5882)
* include submodules You may also need to run this update recursively ('git submodule update --init --recursive').
1 parent 70c3547 commit b270f49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ cd hardware
5858
mkdir esp8266com
5959
cd esp8266com
6060
git clone https://github.com/esp8266/Arduino.git esp8266
61+
cd esp8266
62+
git submodule update --init
6163
```
6264
- Download binary tools (you need Python 2.7)
6365
```bash

0 commit comments

Comments
 (0)