mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-30 12:24:29 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user