Skip to content

Commit 34f3799

Browse files
authored
Remove submodule update commands
To make the getting started page simpler. These commands will be run in ./install_executorch.sh so we don't have to ask the users to run it.
1 parent 6099020 commit 34f3799

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ portability details.
5454
git clone --branch viable/strict https://github.com/pytorch/executorch.git
5555
cd executorch
5656

57-
# Update and pull submodules
58-
git submodule sync
59-
git submodule update --init
60-
6157
# Install ExecuTorch pip package and its dependencies, as well as
6258
# development tools like CMake.
6359
# If developing on a Mac, make sure to install the Xcode Command Line Tools first.

0 commit comments

Comments
 (0)