aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 20:54:32 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 20:54:32 -0400
commitde72cbc7b15d3f7aa230eee0bd03ed1320279f2a (patch)
treeac2c3c8b52b64236c25218a2bd6a022e0e47e1f4
parentf9ae3b10d35bd5f122f5f24e0c34d13b553cc2ee (diff)
downloadrbw-de72cbc7b15d3f7aa230eee0bd03ed1320279f2a.tar.gz
rbw-de72cbc7b15d3f7aa230eee0bd03ed1320279f2a.zip
add installation instructions for homebrew and nix
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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).