Skip to content

Commit

Permalink
Document MacPorts install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Breunese committed Feb 26, 2021
1 parent b8d2d3d commit 4457be0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 4457be0

Please sign in to comment.