Merge remote-tracking branch 'origin/main'

This commit is contained in:
Paul Gauthier 2023-05-25 21:47:06 -07:00
commit be8b9c1f52

View file

@ -45,7 +45,7 @@ To code with GPT-4 using the techniques discussed here:
- Install [aider](https://github.com/paul-gauthier/aider#installation). - Install [aider](https://github.com/paul-gauthier/aider#installation).
- Install [universal ctags](https://github.com/universal-ctags/ctags). - Install [universal ctags](https://github.com/universal-ctags/ctags).
- Run `aider` with the `--ctags` option inside your repo. - Run `aider --ctags` inside your repo.
## The problem: code context ## The problem: code context
@ -230,5 +230,5 @@ To use this experimental repo map feature:
- Install [aider](https://github.com/paul-gauthier/aider#installation). - Install [aider](https://github.com/paul-gauthier/aider#installation).
- Install [universal ctags](https://github.com/universal-ctags/ctags). - Install [universal ctags](https://github.com/universal-ctags/ctags).
- Run `aider` with the `--ctags` option inside your repo. - Run `aider --ctags` inside your repo.