summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2023-02-13 10:19:58 -0800
committerGitHub <noreply@github.com>2023-02-13 10:19:58 -0800
commitf033ced221a52befc34edc76a18162c6cf6e0b26 (patch)
tree2c6d578ccdba0a51d7c8544da3646b02b305bb37
parentf65a99400def781720e81a279689968737febf3e (diff)
parent3a44cdaee3c871a038d59fc1366ab5a21df8faa6 (diff)
Merge pull request #31 from herbygillot/patch-1
README: add MacPorts install info
-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