From b32dd267433ed07098f08ea6ea72c558fdfdfa2f Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Thu, 25 May 2023 21:01:41 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index d61f6857b..e2ad56bf1 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -45,7 +45,7 @@ article: - Install [aider](https://github.com/paul-gauthier/aider#installation). - 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 @@ -230,5 +230,5 @@ To use this experimental repo map feature: - Install [aider](https://github.com/paul-gauthier/aider#installation). - Install [universal ctags](https://github.com/universal-ctags/ctags). - - Run `aider` with the `--ctags` option inside your repo. + - Run `aider --ctags` inside your repo. \ No newline at end of file