summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@pm.me>2021-01-14 20:11:48 -0500
committerSam Tay <sam.chong.tay@gmail.com>2021-01-14 20:15:16 -0500
commitfd06bfa3e11707909c2c08788d04105abddbcc9a (patch)
tree8841653841c398e3e2f62cfde17e93868f9fcd23
parent277999eac3a1a6bbf220540d722709124117006f (diff)
Update README.md
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md7
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96f8750..0cb6105 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Unreleased]
+#### Added
+- NetBSD installation option. Thanks **voidpin**.
+
### [v0.4.3](https://github.com/samtay/so/compare/v0.4.1...v0.4.3)
#### Fixed
diff --git a/README.md b/README.md
index 369f70b..6e9eb16 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,13 @@ or
```
yay -S so-git
```
+
+#### NetBSD
+You can install the package [so](https://pkgsrc.se/www/so) via
+```
+pkgin install so
+```
+
#### MacOS
You can install the homebrew [formula](https://formulae.brew.sh/formula/so)
```