Merge pull request #2667 from egonm12/update-readme-git-clone-command

doc: update git clone command to use stable branch
This commit is contained in:
Richard Beales
2023-04-20 17:47:47 +01:00
committed by GitHub

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