From a4f5d722761e9d3a8e90c5d9c3662b57ada6fe71 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 7 Jan 2026 12:24:46 -0500 Subject: [PATCH] docs(README): add FreeBSD installation instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d876ef648b8237a4e2a172c23acfe5e05ec386b..4135ddea8c6209f05989e64ddc356a2244efbb03 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ yay -S crush-bin # Nix nix run github:numtide/nix-ai-tools#crush + +# FreeBSD +pkg install crush ``` Windows users: @@ -52,9 +55,9 @@ scoop install crush
Nix (NUR) -Crush is available via [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`. +Crush is available via the offical Charm [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`, which is the most up-to-date way to get Crush in Nix. -You can also try out Crush via `nix-shell`: +You can also try out Crush via the NUR with `nix-shell`: ```bash # Add the NUR channel.