From bcf36b465e2aa32eca3e0896839fad35f5b7a552 Mon Sep 17 00:00:00 2001 From: lucylq Date: Mon, 14 Apr 2025 16:58:17 -0700 Subject: [PATCH] update docs --- docs/source/using-executorch-building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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