Skip to content

Commit e480f7f

Browse files
Update readme to use the latest release. (#4407)
Summary: . Differential Revision: D60204312 Co-authored-by: Anthony Shoumikhin <shoumikhin@meta.com>
1 parent 0d0f580 commit e480f7f

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

4646
```bash
47-
git clone -b release/0.2 https://github.com/pytorch/executorch.git
47+
git clone https://github.com/pytorch/executorch.git -b release/0.3 --recursive
4848
cd executorch
49-
git submodule update --init
5049

5150
python3 -m venv .venv && source .venv/bin/activate
5251

0 commit comments

Comments
 (0)