From a5211635447c2875726adcfcd6122b31ecf1fb00 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 30 Jul 2025 22:50:24 -0400 Subject: [PATCH] docs(readme): more BSDs + nix run (#387) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29522872543d48d4be04202ad0329b6321dc8f24..3583e3e073c987eab6a02d0e0e5c3bb51b8788ef 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - **Session-Based:** maintain multiple work sessions and contexts per project - **LSP-Enhanced:** Crush uses LSPs for additional context, just like you do - **Extensible:** add capabilities via MCPs (`http`, `stdio`, and `sse`) -- **Works Everywhere:** first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), and FreeBSD +- **Works Everywhere:** first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), FreeBSD, OpenBSD, and NetBSD ## Installation @@ -32,10 +32,13 @@ npm install -g @charmland/crush # Arch Linux (btw) yay -S crush-bin + +# Nix +nix run github:numtide/nix-ai-tools#crush ```
-Nix +Nix (NUR) Crush is available via [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`.