From 8f599ea9cafcb554169bbfdeaf0d416dfe8f05c7 Mon Sep 17 00:00:00 2001 From: Ovyerus Date: Tue, 19 Mar 2024 21:47:55 +1100 Subject: [PATCH] docs: nix flake + AUR is now official --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a4b400..b6981e5 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,19 @@ Binary builds of Bandsnatch are available on our [releases page](https://github.com/Ovyerus/bandsnatch/releases) for Windows, Mac (both ARM & Intel), and Linux (various architectures). +### Nix flake + +If you use [Nix](https://nixos.org), Bandsnatch is available as a flake. You can +try it out without installing via `nix run` or `nix shell`: + +``` +nix run github:ovyerus/bandsnatch -- --help +nix shell github:ovyerus/bandsnatch +``` + +You can install it permanently with `nix profile install`, or by adding it to +your NixOS/Home Manager configuration. + ### Homebrew `brew install ovyerus/tap/bandsnatch` @@ -105,11 +118,11 @@ scoop bucket add ovyerus https://github.com/Ovyerus/bucket scoop install bandsnatch ``` -### AUR (unofficial) +### AUR -An unofficial AUR package is available from [wale](https://github.com/wale) at -https://aur.archlinux.org/packages/bandsnatch. Either use your favourite AUR -helper, or you can install it manually via the following: +Bandsnatch is also available on the +[AUR](https://aur.archlinux.org/packages/bandsnatch). Either use your favourite +AUR helper, or you can install it manually via the following: ``` git clone https://aur.archlinux.org/bandsnatch.git