mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
readme edits
This commit is contained in:
parent
eb1372236d
commit
402d4e4720
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Aider
|
# 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
|
## 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:
|
Run the Aider tool by executing the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
python -m aider.main <file1> <file2> ...
|
aider <file1> <file2> ...
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<file1>`, `<file2>`, etc., with the paths to the source code files you want to work on.
|
Replace `<file1>`, `<file2>`, etc., with the paths to the source code files you want to work on.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue