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:
commit
767e49f27c
12
README.md
12
README.md
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user