Fix README ./run.sh start -> ./run.sh (#2523)

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
Jartto
2023-04-21 00:07:53 +08:00
committed by GitHub
parent bb7ca692e3
commit 2a20ea638e

View File

@@ -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
```