summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerby Gillot <herby.gillot@gmail.com>2021-02-16 08:32:55 -0500
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-02-17 00:17:50 +0800
commit59315b7c63b7328fa70bfe5fc43fdbe9dc5f92e7 (patch)
tree1f0bbfa919551aedc23b6e6143c73e882fdb604c
parent3f4773feb937e461b3596fbf13ec28409efb4acc (diff)
README: add MacPorts install instructions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8db5c57..c036e1a 100644
--- a/README.md
+++ b/README.md
@@ -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.