summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Cneude <Phantas0s@users.noreply.github.com>2023-04-10 07:27:25 +0200
committerGitHub <noreply@github.com>2023-04-10 07:27:25 +0200
commite9812a3d54cbcb9ffbb2e77b06c1eb9547f2e01c (patch)
treea758c64ddcbd01e563318252e8d559d85048ed50
parentd8b871c391d5eb8b979cef8dda6919add980ba71 (diff)
parentcf7b916f71d3b9d47293f4b2a4b8a1d3132932d8 (diff)
Merge pull request #68 from herbygillot/patch-1
README: add MacPorts install info
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 647f061..1ec5219 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,16 @@ To download DevDash in `/usr/local/bin`, run the following in a terminal:
curl -LO https://raw.githubusercontent.com/Phantas0s/devdash/master/install/linux.sh | bash
```
+### macOS
+
+On macOS, DevDash can also be installed via [MacPorts](https://www.macports.org):
+
+```shell
+sudo port install devdash
+```
+
+More information [here](https://ports.macports.org/port/devdash/).
+
### Manual installation
You need to: