From c09ed61abac6c69a204077635edefacf22c068cc Mon Sep 17 00:00:00 2001 From: Egon Meijers Date: Thu, 20 Apr 2023 14:22:24 +0200 Subject: [PATCH] doc: update git clone command to use stable branch Since master should not be used for installation as described in the readme, it would be better to checkout the stable branch immediately when cloning to prevent people from reporting issues that are not in the stable environment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2771a18e..8f980037 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ _To execute the following commands, open a CMD, Bash, or Powershell window by na you can download the [latest stable release](https://github.com/Significant-Gravitas/Auto-GPT/releases/latest) (`Source code (zip)`, bottom of the page). ```bash - git clone https://github.com/Significant-Gravitas/Auto-GPT.git + git clone -b stable https://github.com/Significant-Gravitas/Auto-GPT.git ``` 3. Navigate to the directory where the repository was downloaded