From d373d531e583b60ba210c4b55922df7828c9a54c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 28 Jan 2024 03:45:04 +0000 Subject: [PATCH] Add entries for existing packages to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9601137..b28581d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ which enables files to be encrypted to age identities stored on YubiKeys. |-------------|-------------| | Cargo (Rust 1.65+) | `cargo install age-plugin-yubikey` | | Homebrew (macOS or Linux) | `brew install age-plugin-yubikey` | +| Arch Linux | `pacman -S age-plugin-yubikey` | +| Debian | [Debian package](https://github.com/str4d/age-plugin-yubikey/releases) | +| NixOS | Add to config:
`environment.systemPackages = [`
` pkgs.age-plugin-yubikey`
`];`
Or run `nix-env -i age-plugin-yubikey` | +| Ubuntu 20.04+ | [Debian package](https://github.com/str4d/age-plugin-yubikey/releases) | +| OpenBSD | `pkg_add age-plugin-yubikey` (security/age-plugin-yubikey) | On Windows, Linux, and macOS, you can use the [pre-built binaries](https://github.com/str4d/age-plugin-yubikey/releases).