Skip to content

Commit fb2a1a7

Browse files
authored
update docs to clone v0.3.0 (#4350)
1 parent 07955a4 commit fb2a1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To utilize ExecuTorch to its fullest extent, please follow the setup instruction
8989

9090
```bash
9191
# Clone the ExecuTorch repo from GitHub
92-
git clone https://github.com/pytorch/executorch.git
92+
git clone --branch v0.3.0 https://github.com/pytorch/executorch.git
9393
cd executorch
9494

9595
# Update and pull submodules

0 commit comments

Comments
 (0)