Skip to content

Commit 514edcc

Browse files
authored
Update README.md
1 parent e63d327 commit 514edcc

File tree

1 file changed

+1
-1
lines changed
  • examples/demo-apps/apple_ios/ExecuTorchDemo

1 file changed

+1
-1
lines changed

examples/demo-apps/apple_ios/ExecuTorchDemo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Follow the [Setting Up ExecuTorch](https://pytorch.org/executorch/stable/getting
4444
tutorial to configure the basic environment:
4545

4646
```bash
47-
git clone https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
47+
git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
4848
cd executorch
4949

5050
python3 -m venv .venv && source .venv/bin/activate

0 commit comments

Comments
 (0)