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.