Skip to content

Commit 561b30f

Browse files
committed
Update README.md
1 parent 4910f2e commit 561b30f

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,8 +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 release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
48-
cd executorch
47+
git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
4948

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

0 commit comments

Comments
 (0)