diff options
| author | Torwag | 2018-01-03 15:49:32 +0100 |
|---|---|---|
| committer | Damien George | 2018-05-02 17:24:17 +1000 |
| commit | fb7dabb971cdc15aca7e26cbd9cf733fe7b823cf (patch) | |
| tree | 378397496f839892fffb930a47230406da3a1f75 | |
| parent | 5eb198c4419d6620da2d500369bce0343ee2767e (diff) | |
esp32/README: Add --init to submodule update command.
Add --init to the submodule update example, thus, all submodules get
initialised including the nested (--recursive) ones. Without it there
might not be a submodule init.
| -rw-r--r-- | ports/esp32/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md index 16855505f..25407b834 100644 --- a/ports/esp32/README.md +++ b/ports/esp32/README.md @@ -32,7 +32,7 @@ git hash of this version can be found by running `make` without a configured $ git clone https://github.com/espressif/esp-idf.git $ git checkout <Current supported ESP-IDF commit hash> - $ git submodule update --recursive + $ git submodule update --init --recursive The binary toolchain (binutils, gcc, etc.) can be installed using the following guides: |
