Skip to content

Commit

Permalink
include submodules with git clone --recursive (esp8266#5882)
Browse files Browse the repository at this point in the history
* include submodules
You may also need to run this update recursively ('git submodule update --init --recursive').
  • Loading branch information
Juppit authored and d-a-v committed Mar 21, 2019
1 parent 70c3547 commit b270f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ cd hardware
mkdir esp8266com
cd esp8266com
git clone https://github.com/esp8266/Arduino.git esp8266
cd esp8266
git submodule update --init
```
- Download binary tools (you need Python 2.7)
```bash
Expand Down

0 comments on commit b270f49

Please sign in to comment.