docs: fix git submodule update command
Closes https://github.com/espressif/esp-idf/issues/2584
This commit is contained in:
parent
705d184af2
commit
d3f5882ed7
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ For example, to follow the branch for ESP-IDF v3.1, including any bugfixes for f
|
||||||
git fetch
|
git fetch
|
||||||
git checkout release/v3.1
|
git checkout release/v3.1
|
||||||
git pull
|
git pull
|
||||||
git submodule --update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
Each time you ``git pull`` this branch, ESP-IDF will be updated with fixes for this release.
|
Each time you ``git pull`` this branch, ESP-IDF will be updated with fixes for this release.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue