summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbosr <bosr@bosr.cc>2021-04-11 21:19:45 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-04-12 10:23:47 +0800
commit94b8cfb9250da9f77f857b615a1461e748e04a27 (patch)
tree342e434257832056cf23a652a80da8a1a4b33158
parent3f335f033a10381a61918bc87c40d461d9c1de8a (diff)
add installation instructions via homebrew
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c036e1a..af790e4 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,12 @@ sudo port selfupdate
sudo port install dua-cli
```
+#### MacOS via [Homebrew](https://brew.sh)
+```sh
+brew update
+brew install dua-cli
+```
+
#### Linux
Linux requires the target to be specified explicitly to obtain the MUSL build.