summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 690a487..bd2448a 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,11 @@ You can install the homebrew [formula](https://formulae.brew.sh/formula/so)
brew install so
```
+Alternatively, you can use [MacPorts](https://www.macports.org) to install [so](https://ports.macports.org/port/so/):
+```
+sudo port install so
+```
+
#### Windows
If you have [scoop](https://scoop.sh/) you can install via the extras bucket:
```shell