Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
```

Expand Down Expand Up @@ -202,4 +203,4 @@ CycoD supports several slash commands that can be used during interactive chat s
- `/get <url>` - Get and display content from a URL
- `/run <command>` - 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.
These CYCODMD integration commands require the [CYCODMD](https://github.com/robch/cycodmd) tool to be installed and available on your system.