mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
ef6714b381
commit
92f5c712fd
1 changed files with 9 additions and 0 deletions
|
@ -73,6 +73,15 @@ But you may be able to install a compatible version using these commands:
|
||||||
* Windows: `choco install universal-ctags`
|
* Windows: `choco install universal-ctags`
|
||||||
* Ubuntu: `sudo apt-get install universal-ctags`
|
* Ubuntu: `sudo apt-get install universal-ctags`
|
||||||
|
|
||||||
|
You know aider has found a working ctags if you see this output when you launched aider:
|
||||||
|
|
||||||
|
```
|
||||||
|
Aider v0.8.3-dev
|
||||||
|
Model: gpt-4
|
||||||
|
Git repo: .git
|
||||||
|
Repo-map: universal-ctags using 1024 tokens <======
|
||||||
|
```
|
||||||
|
|
||||||
Some things to be aware of:
|
Some things to be aware of:
|
||||||
|
|
||||||
* The `ctags` command needs to be on your shell path so that it will run by default when aider invokes `ctags ...`.
|
* The `ctags` command needs to be on your shell path so that it will run by default when aider invokes `ctags ...`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue