From 2595cf7f89e33381453cb4fba2b8bf8eb26921df Mon Sep 17 00:00:00 2001 From: Vova Ignatov Date: Sat, 7 Feb 2026 22:17:16 +0000 Subject: [PATCH] Add cargo install --git option to installation instructions (#31) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 54816c2..a141c9a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ claude-chill sits between your terminal and Claude Code: ## Installation +```bash +cargo install --git https://github.com/davidbeesley/claude-chill +``` + +Or, if you've cloned the repository locally: + ```bash cargo install --path crates/claude-chill ```