Merge remote-tracking branch 'origin/main'

This commit is contained in:
Paul Gauthier 2023-07-24 14:05:45 -03:00
commit 17729280c6

View file

@ -4,6 +4,9 @@
- [pip install aider-chat](#pip-install-aider-chat)
- [Provide your OpenAI API key](#provide-your-openai-api-key)
- [Install git](#install-git)
Optional steps:
- [Install universal ctags (optional)](#install-universal-ctags-optional)
- [Add aider to your editor (optional)](#add-aider-to-your-editor-optional)
@ -56,6 +59,9 @@ See the [usage instructions](/#usage) to start coding with aider.
The rest of the install steps are completely optional.
---
## Install universal ctags (optional)
Aider does not require ctags, and will operate just fine without it.