Added universal ctags to the docker image

This commit is contained in:
Paul Gauthier 2023-10-18 13:30:19 -07:00
parent 790f7ddee3
commit 49b9034629
4 changed files with 3 additions and 2 deletions

View file

@ -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,