mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
copy
This commit is contained in:
parent
fc92862017
commit
55d33efbfb
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ You can run aider via docker without doing any local installation, like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull paulgauthier/aider
|
docker pull paulgauthier/aider
|
||||||
docker run -it --volume `pwd`:/app paulgauthier/aider --openai-api-key $OPENAI_API_KEY <...add other aider args...>
|
docker run -it --volume `pwd`:/app paulgauthier/aider --openai-api-key $OPENAI_API_KEY [...other aider args...]
|
||||||
```
|
```
|
||||||
|
|
||||||
You should run the above commands from the root of your git repo,
|
You should run the above commands from the root of your git repo,
|
||||||
since the `--volume `pwd`:/app` maps the current directory into the
|
since the `--volume` arg maps your current directory into the
|
||||||
docker container.
|
docker container.
|
||||||
You need to be in the root of your git repo for aider to be able to
|
Given that, you need to be in the root of your git repo for aider to be able to
|
||||||
see the repo and all its files.
|
see the repo and all its files.
|
||||||
|
|
||||||
You should be sure your that
|
You should be sure your that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue