Merge pull request #2837 from BuildEverything/master

Update readme to more clearly describe usage between platforms
This commit is contained in:
Richard Beales
2023-04-21 21:05:42 +01:00
committed by GitHub

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.