From 92f5c712fd2d7a45a19b35f7ee8e8c85fe82f0d7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 13 Jul 2023 19:44:50 -0700 Subject: [PATCH] copy --- docs/install.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install.md b/docs/install.md index 93a429877..f95c9253d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -73,6 +73,15 @@ But you may be able to install a compatible version using these commands: * Windows: `choco 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: * The `ctags` command needs to be on your shell path so that it will run by default when aider invokes `ctags ...`.