summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2022-05-19 18:10:11 -0700
committerGitHub <noreply@github.com>2022-05-19 18:10:11 -0700
commit4b1cf702253cbd833aa62db654f290d23c92e412 (patch)
tree5678bd766b5f4d2af016c66ac3ca56749a50e4fd
parent6dea802b0ca3e8a8fec027ad3c6be214947e1ecf (diff)
parent786df4e6b429874c96d868a5a398daaf49b17723 (diff)
Merge pull request #19 from ehaupt/patch-1
Add instructions on how to install on FreeBSD
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e9eb16..c133a7d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<h1 align="center">
<img width="300px" src="assets/logo.png" />
-[![travis][s0]][l0] [![appveyor][s1]][l1] [![crates][s2]][l2] [![MIT][s3]][l3]
+[![travis][s0]][l0] [![appveyor][s1]][l1] [![crates][s2]][l2] [![MIT][s3]][l3] [![Packaging status](https://repology.org/badge/tiny-repos/so.svg)](https://repology.org/project/so/versions)
</h1>
@@ -50,6 +50,12 @@ or
yay -S so-git
```
+#### FreeBSD
+You can install the package [so](https://cgit.freebsd.org/ports/tree/www/so) via
+```
+pkg install so
+
+```
#### NetBSD
You can install the package [so](https://pkgsrc.se/www/so) via
```