Skip to content

Commit 82ff404

Browse files
authored
Add '--recursive' to git submodule update --init (#10178)
See edit here: https://github.com/pytorch/executorch/pull/10082/files
1 parent c178637 commit 82ff404

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)