mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-09 08:14:27 +01:00
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:
@@ -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