From d271e916cf2e9e15a1790bfdf3ef312962eda3b2 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 23 Apr 2021 02:12:51 -0400 Subject: [PATCH] README: add instructions for installing via MacPorts (#179) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c92fa52..47a5bd7 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,12 @@ brew tap filippo.io/age https://filippo.io/age brew install age ``` +On macOS, you can also use [MacPorts](https://www.macports.org): +``` +sudo port selfupdate +sudo port install age +``` + On Windows, Linux, and macOS, you can use [the pre-built binaries](https://github.com/FiloSottile/age/releases). If your system has [Go 1.13+](https://golang.org/dl/), you can build from source: