From 6406747241ce7c76a47b2bd502226d15defc5c22 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 28 Jan 2024 02:41:16 +0000 Subject: [PATCH] Add entries for existing `rage` packages to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c0bc10b..e4cef257 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,15 @@ For more plugins, implementations, tools, and integrations, check out the |-------------|-------------| | Cargo (Rust 1.65+) | `cargo install rage` | | Homebrew (macOS or Linux) | `brew tap str4d.xyz/rage https://str4d.xyz/rage`
`brew install rage` | +| Arch Linux | `pacman -S rage-encryption` | | Debian | [Debian packages](https://github.com/str4d/rage/releases) | +| NixOS / Nix |
environment.systemPackages = [
+  pkgs.rage
+];
| | openSUSE Tumbleweed | `zypper install rage-encryption` | | Ubuntu 20.04+ | [Debian packages](https://github.com/str4d/rage/releases) | | FreeBSD | `pkg install rage-encryption` | +| Scoop (Windows) | `scoop bucket add main`
`scoop install main/rage` | On Windows, Linux, and macOS, you can use the [pre-built binaries](https://github.com/str4d/rage/releases).