From 2a20ea638e3166f02e55be49ac4b80166660c938 Mon Sep 17 00:00:00 2001 From: Jartto Date: Fri, 21 Apr 2023 00:07:53 +0800 Subject: [PATCH] Fix README `./run.sh start` -> `./run.sh` (#2523) Co-authored-by: Reinier van der Leer --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2771a18e..cab7a317 100644 --- a/README.md +++ b/README.md @@ -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 ```