Skip to content

Commit

Permalink
Fix README ./run.sh start -> ./run.sh (Significant-Gravitas#2523)
Browse files Browse the repository at this point in the history
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
  • Loading branch information
chenfengyanyu and Pwuts authored Apr 20, 2023
1 parent bb7ca69 commit 2a20ea6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2a20ea6

Please sign in to comment.