diff --git a/docs/source/using-executorch-building-from-source.md b/docs/source/using-executorch-building-from-source.md index 18d860cbc14..69127225fbf 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