From 2d7fd864b3e5e4c1e4e6f705b028e07ff3f06364 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 9 Apr 2021 12:41:21 -0400 Subject: [PATCH] README: add MacPorts install info --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cb707..5e0d321 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ ffsend --help ### macOS Using the [`homebrew` package](#macos-homebrew-package) is recommended. -Alternatively you may install it manually using the +Alternatively you may install it via [MacPorts](#macos-macports), or manually using the [prebuilt binaries](#macos-prebuilt-binaries). #### macOS: homebrew package @@ -286,6 +286,17 @@ brew install ffsend ffsend --help ``` +#### macOS: MacPorts +_Note: ffsend in MacPorts is currently not automatically updated, and might be +slightly outdated._ + +Once you have [MacPorts](https://www.macports.org) installed, you can run: + +```bash +sudo port selfupdate +sudo port install ffsend +``` + #### macOS: Nix package _Note: The Nix package is currently not automatically updated, and might be slightly outdated._