From de72cbc7b15d3f7aa230eee0bd03ed1320279f2a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Apr 2024 20:54:32 -0400 Subject: add installation instructions for homebrew and nix --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 28fec84..988ac75 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,16 @@ You can download a Debian package from [`minisign`](https://github.com/jedisct1/minisign), and can be verified using the public key `RWTM0AZ5RpROOfAIWx1HvYQ6pw1+FKwN6526UFTKNImP/Hz3ynCFst3r`. +### Homebrew + +`rbw` is available in the [Homebrew repository](https://formulae.brew.sh/formula/rbw). You can install it via `brew install rbw`. + +### Nix + +`rbw` is available in the +[NixOS repository](https://search.nixos.org/packages?show=rbw). You can try +it out via `nix-shell -p rbw`. + ### Alpine `rbw` is available in the [testing repository](https://pkgs.alpinelinux.org/packages?name=rbw). -- cgit v1.2.3-54-g00ecf