From 786df4e6b429874c96d868a5a398daaf49b17723 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 19 May 2022 15:53:42 +0200 Subject: Add instructions on how to install on FreeBSD Now that `so` has been added to the FreeBSD ports tree add instructions on how to install via `pkg`. Also add a [repology](https://repology.org) badge about the packaging status of this wonderful project. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9eb16..c133a7d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

-[![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)

@@ -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 ``` -- cgit v1.2.3