Skip to content

Commit

Permalink
doc: update git clone command to use stable branch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
egonm12 authored Apr 20, 2023
1 parent 000389c commit c09ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c09ed61

Please sign in to comment.