From d0a256e247d228913537bce78e0d5c9e0750632f Mon Sep 17 00:00:00 2001 From: Colin Goudie Date: Mon, 5 Aug 2024 12:12:48 +1000 Subject: [PATCH] README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83c4243..07e4516 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,17 @@ Each section defines a set of include patterns followed by optional exclude patt 2. Run the tool: +``` npx ai-kb +``` ## Debug Mode To run the application in debug mode and see additional logging information, use the `-v` flag when starting the application: +``` npx ai-kb -v +``` This will provide detailed logging information about the file matching process, which can be helpful for troubleshooting or understanding how the tool processes your codebase.