Skip to content

Commit 3e5c487

Browse files
lucylqpytorchbot
authored andcommitted
Add '--recursive' to git submodule update --init (#10178)
See edit here: https://github.com/pytorch/executorch/pull/10082/files (cherry picked from commit 82ff404)
1 parent b2f5468 commit 3e5c487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-building-from-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Or alternatively, [install conda on your machine](https://conda.io/projects/cond
113113
> # From the root of the executorch repo:
114114
> ./install_executorch.sh --clean
115115
> git submodule sync
116-
> git submodule update --init
116+
> git submodule update --init --recursive
117117
> ```
118118
119119
## Build ExecuTorch C++ runtime from source

0 commit comments

Comments
 (0)