From 7e5282282fa5a67e1fc51a60b40d9ec162704007 Mon Sep 17 00:00:00 2001 From: emilyjiji <92887308+emilyjiji@users.noreply.github.com> Date: Sat, 19 Jul 2025 11:42:07 -0700 Subject: [PATCH] Update README.md Missing command 'cycod github login' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9567cadb7..5fe31f02f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,10 @@ Or locally in your current directory: dotnet tool install --local CycoD --prerelease ``` -After installation, you can run CycoD directly from your terminal: +After installation, you can authenticate with GitHub and run CycoD directly from your terminal: ```bash +cycod github login cycod --input "Hello, how can you help me?" ``` @@ -202,4 +203,4 @@ CycoD supports several slash commands that can be used during interactive chat s - `/get ` - Get and display content from a URL - `/run ` - Run a command and display the result -These CYCODMD integration commands require the [CYCODMD](https://github.com/robch/cycodmd) tool to be installed and available on your system. \ No newline at end of file +These CYCODMD integration commands require the [CYCODMD](https://github.com/robch/cycodmd) tool to be installed and available on your system.