Skip to content

Commit 96ecf78

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Instruct people to clone viable/strict as opposed to main (#6243)
Summary: Pull Request resolved: #6243 In the main branch of the documentation, let's ask people to use 'viable/strict' instead. Reviewed By: kirklandsign Differential Revision: D64375880 fbshipit-source-id: 9cb06b08ba703aaf1194be02af47214ba653419c
1 parent 7b3439e commit 96ecf78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/getting-started-setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ Alternatively, if you would like to experiment with ExecuTorch quickly and easil
8080

8181
```bash
8282
# Clone the ExecuTorch repo from GitHub
83-
git clone https://github.com/pytorch/executorch.git
83+
# 'main' branch is the primary development branch where you see the latest changes.
84+
# 'viable/strict' contains all of the commits on main that pass all of the necessary CI checks.
85+
git clone --branch viable/strict https://github.com/pytorch/executorch.git
8486
cd executorch
8587

8688
# Update and pull submodules

0 commit comments

Comments
 (0)