Skip to content

Commit 4517126

Browse files
authored
Update demo-apps-ios.md (#10070)
Fix the branch name
1 parent fb68acc commit 4517126

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)