mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Added universal ctags to the docker image
This commit is contained in:
parent
790f7ddee3
commit
49b9034629
4 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ You can run aider via docker without doing any local installation, like this:
|
|||
|
||||
```
|
||||
docker pull paulgauthier/aider
|
||||
docker run -it --volume `pwd`:/app paulgauthier/aider --openai-api-key $OPENAI_API_KEY [...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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue