summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerby Gillot <herby.gillot@gmail.com>2023-02-13 13:07:35 -0500
committerGitHub <noreply@github.com>2023-02-13 13:07:35 -0500
commit3a44cdaee3c871a038d59fc1366ab5a21df8faa6 (patch)
tree2c6d578ccdba0a51d7c8544da3646b02b305bb37
parentf65a99400def781720e81a279689968737febf3e (diff)
README: add MacPorts install info
https://ports.macports.org/port/so/
-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