Update docs github.com/paul-gauthier -> github.com/Aider-AI

This commit is contained in:
Paul Gauthier 2024-10-04 12:53:45 -07:00
parent d17bd6ebcc
commit 516e637c39
30 changed files with 47 additions and 47 deletions

View file

@ -78,7 +78,7 @@ since the VSCode terminal doesn't seem to support it well.
If you are interested in creating an aider plugin for your favorite editor,
please let me know by opening a
[GitHub issue](https://github.com/paul-gauthier/aider/issues).
[GitHub issue](https://github.com/Aider-AI/aider/issues).
## Install the development version of aider
@ -87,7 +87,7 @@ If you want the very latest development version of aider
you can install directly from GitHub:
```
python -m pip install --upgrade git+https://github.com/paul-gauthier/aider.git
python -m pip install --upgrade git+https://github.com/Aider-AI/aider.git
```
If you've git cloned the aider repository already, you can install "live" from your local copy. This is mostly useful if you are developing aider and want your current modifications to take effect immediately.