aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorwag2018-01-03 15:49:32 +0100
committerDamien George2018-05-02 17:24:17 +1000
commitfb7dabb971cdc15aca7e26cbd9cf733fe7b823cf (patch)
tree378397496f839892fffb930a47230406da3a1f75
parent5eb198c4419d6620da2d500369bce0343ee2767e (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.md2
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: