From 901dcda9b45ad1975d95225e8a87cf45ab0121ea Mon Sep 17 00:00:00 2001 From: jit-shlomi Date: Wed, 23 Aug 2023 19:31:35 +0300 Subject: [PATCH] modify readme to instruct the user to clone a specific release and not main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1072c..f65b429 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jit-customer-scripts/ 1. Clone the repository: ```shell - git clone git@github.com:jitsecurity/jit-customer-scripts.git + git clone --branch 1.0 git@github.com:jitsecurity/jit-customer-scripts.git ``` 2. Change into the project directory: