summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHerby Gillot <herby.gillot@gmail.com>2021-01-01 05:43:13 -0500
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 16:12:30 +0800
commit3d2599aefb8a16797c17b7fa21fbe787212387d8 (patch)
treeeb54f857d8269fb1e011f8fd49288cfa2ad65b9d /README.md
parent6500421c2ed59e5170fb1145e3eb966c98de3cd0 (diff)
docs(readme): add instructions for installing via MacPorts
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a7785b..00a0a0b 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,13 @@ sudo dnf copr enable atim/bandwhich -y && sudo dnf install bandwhich
brew install bandwhich
```
+#### macOS (using MacPorts)
+
+```
+sudo port selfupdate
+sudo port install bandwhich
+```
+
#### FreeBSD
```