From 49167f5a6e0dd147c5899f5b82d2f55add6e0a10 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Wed, 24 Apr 2024 09:23:02 -0700 Subject: [PATCH] Update git clone instructions Summary: Will land once we create a new tag --- docs/source/getting-started-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started-setup.md b/docs/source/getting-started-setup.md index ffc33498483..6abbbfc0642 100644 --- a/docs/source/getting-started-setup.md +++ b/docs/source/getting-started-setup.md @@ -83,7 +83,7 @@ portability details. ```bash # Clone the ExecuTorch repo from GitHub - git clone https://github.com/pytorch/executorch.git + git clone --branch v0.2.0 https://github.com/pytorch/executorch.git cd executorch # Update and pull submodules