From 1520816e6117c25c286f08c3da82aa742e70a4db Mon Sep 17 00:00:00 2001 From: Tommy Brooks Date: Fri, 21 Apr 2023 14:37:03 -0400 Subject: [PATCH] chore: update readme to more clearly describe usage between platforms --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b259139a..341bd567 100644 --- a/README.md +++ b/README.md @@ -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.