Skip to content

Commit 264942c

Browse files
lucylqkeyprocedure
authored andcommitted
Add '--recursive' to git submodule update --init (pytorch#10178)
See edit here: https://github.com/pytorch/executorch/pull/10082/files
1 parent 83dbad6 commit 264942c

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)