Merge remote-tracking branch 'upstream/master' into update-pre-commit-version

This commit is contained in:
Andres Caicedo
2023-04-20 19:01:25 +02:00
2 changed files with 8 additions and 5 deletions

View File

@@ -5,6 +5,9 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
concurrency:
group: ${{ format('docker-ci-{0}', github.event.pull_request.number || github.sha) }}
cancel-in-progress: true
jobs:

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
@@ -145,10 +145,10 @@ _To execute the following commands, open a CMD, Bash, or Powershell window by na
## 🔧 Usage
1. Run `autogpt` Python module in your terminal.
On linux or mac:
```bash
# On Linux or Mac:
./run.sh start
```bash
# On Linux of Mac:
./run.sh
# On Windows:
.\run.bat
```