Skip to content

Commit 60a4670

Browse files
pytorchbotlucylq
andauthored
Add '--recursive' to git submodule update --init (#10180)
See edit here: https://github.com/pytorch/executorch/pull/10082/files Co-authored-by: lucylq <[email protected]>
1 parent b2f5468 commit 60a4670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)