summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Tamkun <13513421+heimskr@users.noreply.github.com>2019-09-11 01:11:28 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2019-09-11 20:32:03 +0200
commitf09d6a3fe603accd2a86684ffb8e01f5dcb7c1b2 (patch)
treeebad054e8cad7e70f607eaddb20ed67dd4bef7b1
parent7de238e3a81e0fcde100bf99eb9e94ab615d7807 (diff)
Added macOS installation instructions
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae6f320..578e4a0 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,18 @@ Or download [diskus-bin](https://aur.archlinux.org/packages/diskus-bin/) from th
xbps-install diskus
```
+### On macOS
+
+You can install `diskus` with [Homebrew](https://formulae.brew.sh/formula/diskus):
+```
+brew install diskus
+```
+
+… or with [MacPorts](https://ports.macports.org/port/diskus/summary):
+```
+sudo port install diskus
+```
+
### On Haiku
``` bash