1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #555 from herbygillot/install-via-macports

Add README instructions on installing via MacPorts
This commit is contained in:
Chris Cummer 2019-08-28 20:08:53 -07:00 committed by GitHub
commit 767e49f27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ displaying infrequently-needed, but very important, daily data.
* [Screenshot](#screenshot) * [Screenshot](#screenshot)
* [Quick Start](#quick-start) * [Quick Start](#quick-start)
* [Install via Homebrew](#install-via-homebrew) * [Install via Homebrew](#install-via-homebrew)
* [Install via MacPorts](#install-via-macports)
* [Install the Binary](#install-the-binary) * [Install the Binary](#install-the-binary)
* [Install from Source](#install-from-source) * [Install from Source](#install-from-source)
* [Communication](#communication) * [Communication](#communication)
@ -52,6 +53,17 @@ brew install wtfutil
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 ### Install the Binary
[Download the latest binary](https://github.com/wtfutil/wtf/releases) from GitHub. [Download the latest binary](https://github.com/wtfutil/wtf/releases) from GitHub.