From 464aae664d98370e16f6882d831ae3bff435b0ce Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 8 Aug 2025 09:23:03 -0400 Subject: [PATCH] docs(readme): add winget to installation instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ad53c87d2906d9e4da7ed110be0735fc28290f7..e7ed38e08d1061f758432f938d2e473851f37370 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,15 @@ npm install -g @charmland/crush # Arch Linux (btw) yay -S crush-bin -# Nix -nix run github:numtide/nix-ai-tools#crush - # Scoop scoop bucket add charm https://github.com/charmbracelet/scoop-bucket.git scoop install crush + +# Winget +winget install charmbracelet.crush + +# Nix +nix run github:numtide/nix-ai-tools#crush ```