From 5237281929c376e68554a073c3b4890a53d0317f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 4 Sep 2024 01:04:52 +0000 Subject: [PATCH] rage: Add MacPorts package to installation list Closes str4d/rage#526. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 757603e1..3bf0199a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ For more plugins, implementations, tools, and integrations, check out the |-------------|-------------| | Cargo (Rust 1.65+) | `cargo install rage` | | Homebrew (macOS or Linux) | `brew install rage` | +| MacPorts | `port install rage` | | Alpine Linux (edge) | `apk add rage` | | Arch Linux | `pacman -S rage-encryption` | | Debian | [Debian packages](https://github.com/str4d/rage/releases) |