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.
This commit is contained in:
Egon Meijers
2023-04-20 14:22:24 +02:00
committed by GitHub
parent 000389c762
commit c09ed61aba

View File

@@ -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