Skip to content

Commit

Permalink
README: add MacPorts install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot authored and Byron committed Feb 16, 2021
1 parent 3f4773f commit 59315b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh
sh -s -- --git byron/dua-cli --crate dua
```

#### MacOS via [MacPorts](https://www.macports.org):
```sh
sudo port selfupdate
sudo port install dua-cli
```

#### Linux

Linux requires the target to be specified explicitly to obtain the MUSL build.
Expand Down

0 comments on commit 59315b7

Please sign in to comment.