chore: update readme to more clearly describe usage between platforms

This commit is contained in:
Tommy Brooks
2023-04-21 14:37:03 -04:00
parent e2b599051e
commit 1520816e61

View File

@@ -145,11 +145,12 @@ Note: If you don't have Git, you can just download the [latest stable release](h
## 🔧 Usage
1. Run the `autogpt` Python module in your terminal.
* On Linux/MacOS:
```bash
# On Linux or Mac:
./run.sh
# On Windows:
```
* On Windows:
```bash
.\run.bat
```
Running with `--help` after `.\run.bat` lists all the possible command line arguments you can pass.