Skip to content

Commit

Permalink
Git clone instruction with release/0.4 branch (#6323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergennachin authored Oct 17, 2024
1 parent 8dd7774 commit 0a64c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting-started-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Alternatively, if you would like to experiment with ExecuTorch quickly and easil

```bash
# Clone the ExecuTorch repo from GitHub
git clone https://github.com/pytorch/executorch.git
git clone -b release/0.4 https://github.com/pytorch/executorch.git
cd executorch
# Update and pull submodules
Expand Down

0 comments on commit 0a64c3e

Please sign in to comment.