Skip to content

Commit

Permalink
docs: update readme with chat command
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed Jun 4, 2024
1 parent b486a5f commit 365db35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Once you have Rust installed, you can install Skar by running the following comm

```bash
$ cargo build --release
$ scripts/install.sh
$ cargo run --release -- init
```

Finally, you will also need to set your OpenAI API key as an environment variable. There are
Expand Down Expand Up @@ -44,6 +44,9 @@ Skar can currently do three things for you:
generate a command for you. For example, if you type `?! list all files in a directory`, Skar
will suggest `ls -la` as a possible command.

4. **Chat with the AI**: Use `?-` to open a chat interface with the AI agent. You can ask it
questions, and it will try to answer them to the best of its ability.

![carbon-6](https://github.com/acovaci/skar-cli/assets/6562353/49d90ced-0360-4b4c-8543-d5115016216c)

## Contributing
Expand Down

0 comments on commit 365db35

Please sign in to comment.