mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Explain -m aider.main in README
This commit is contained in:
parent
bc6e958d7e
commit
b54fc10ee0
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ Run the `aider` tool by executing the following command:
|
|||
aider <file1> <file2> ...
|
||||
```
|
||||
|
||||
If your pip install did not place an `aider` executable on your path, you can invoke aider like this:
|
||||
|
||||
```
|
||||
python -m aider.main <file1> <file2>
|
||||
```
|
||||
|
||||
Replace `<file1>`, `<file2>`, 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue