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.