From 3407968a32a2884845aa9fbbbb4fd207ab038ab7 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 28 Aug 2019 20:51:37 -0400 Subject: [PATCH] Add README instructions on installing via MacPorts --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e0627ea5..b34ece38 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ displaying infrequently-needed, but very important, daily data. * [Screenshot](#screenshot) * [Quick Start](#quick-start) * [Install via Homebrew](#install-via-homebrew) + * [Install via MacPorts](#install-via-macports) * [Install the Binary](#install-the-binary) * [Install from Source](#install-from-source) * [Communication](#communication) @@ -52,6 +53,17 @@ brew install wtfutil wtfutil ``` +### Install via MacPorts + +You can also install via [MacPorts](https://www.macports.org/): + +```console +sudo port selfupdate +sudo port install wtfutil + +wtfutil +``` + ### Install the Binary [Download the latest binary](https://github.com/wtfutil/wtf/releases) from GitHub.