diff --git a/README.md b/README.md index 2b97a4ac5..35d71f397 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ Run the `aider` tool by executing the following command: aider ... ``` +If your pip install did not place an `aider` executable on your path, you can invoke aider like this: + +``` +python -m aider.main +``` + Replace ``, ``, etc., with the paths to the source code files you want to work on. These files will be "added to the chat session", so that GPT can see their contents and edit them according to your instructions.