Skip to content

Commit 169cace

Browse files
committed
Update README.md
1 parent ab26202 commit 169cace

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To build the documentation locally:
4040
1. Clone the ExecuTorch repo to your machine.
4141

4242
```bash
43-
git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
43+
git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
4444
```
4545

4646
1. If you don't have it already, start either a Python virtual envitonment:
@@ -52,8 +52,7 @@ To build the documentation locally:
5252
Or a Conda environment:
5353

5454
```bash
55-
conda create -yn executorch python=3.10.0
56-
conda activate executorch
55+
conda create -yn executorch python=3.10.0 && conda activate executorch
5756
```
5857

5958
1. Install dependencies:

0 commit comments

Comments
 (0)