From 59315b7c63b7328fa70bfe5fc43fdbe9dc5f92e7 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 16 Feb 2021 08:32:55 -0500 Subject: README: add MacPorts install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3