From 402d4e47203ff83dcf9786a31c2f92a89f61cba3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 9 May 2023 11:41:58 -0700 Subject: [PATCH] readme edits --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c84a8d921..13109c716 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Aider -Aider is a command-line tool that allows you to chat with GPT about your code. It helps you to make changes, improvements, and bug fixes to your code with the assistance of GPT. +Aider is a command-line tool that allows you to chat with GPT about your code. +It can make changes, improvements, and bug fixes to your code with the assistance of GPT. ## Installation @@ -13,7 +14,7 @@ Aider is a command-line tool that allows you to chat with GPT about your code. I Run the Aider tool by executing the following command: ``` -python -m aider.main ... +aider ... ``` Replace ``, ``, etc., with the paths to the source code files you want to work on.