Skip to content

Commit e63c313

Browse files
authored
Update demo-apps-ios.md
1 parent fb68acc commit e63c313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/demo-apps-ios.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 -b viable/strict https://github.com/pytorch/executorch.git && cd executorch
47+
git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
4848

4949
python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
5050

0 commit comments

Comments
 (0)