summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Breunese <nbreunese@bol.com>2021-02-26 14:58:57 +0100
committerNils Breunese <nbreunese@bol.com>2021-02-26 14:58:57 +0100
commit4457be08bc8c8d1ba759b2d4d4267ccaa5850272 (patch)
treea147b8921daa3212c72bdc6d23d0cff39b97ba39
parentb8d2d3d7250569d649b75907aa76b83f45fa9661 (diff)
Document MacPorts install
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ef9758..d625df5 100644
--- a/README.md
+++ b/README.md
@@ -105,11 +105,19 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
**Mac**
+If you use [Homebrew](https://brew.sh):
+
```bash
brew install dive
```
-or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_darwin_amd64.tar.gz).
+If you use [MacPorts](https://www.macports.org):
+
+```bash
+sudo port install dive
+```
+
+Or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_darwin_amd64.tar.gz).
**Windows**