Add cargo install --git option to installation instructions (#31)

This commit is contained in:
Vova Ignatov
2026-02-07 22:17:16 +00:00
committed by GitHub
parent 896e431321
commit 2595cf7f89

View File

@@ -27,6 +27,12 @@ claude-chill sits between your terminal and Claude Code:
## Installation ## Installation
```bash
cargo install --git https://github.com/davidbeesley/claude-chill
```
Or, if you've cloned the repository locally:
```bash ```bash
cargo install --path crates/claude-chill cargo install --path crates/claude-chill
``` ```