diff --git a/docs/source/using-executorch-building-from-source.md b/docs/source/using-executorch-building-from-source.md index 82dee2042b3..b38d723b031 100644 --- a/docs/source/using-executorch-building-from-source.md +++ b/docs/source/using-executorch-building-from-source.md @@ -113,7 +113,7 @@ Or alternatively, [install conda on your machine](https://conda.io/projects/cond > # From the root of the executorch repo: > ./install_executorch.sh --clean > git submodule sync -> git submodule update --init +> git submodule update --init --recursive > ``` ## Build ExecuTorch C++ runtime from source