From 53e7f294c6acaf8d003661ccc6f21434b6dc4981 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 14 Sep 2023 12:14:26 -0400 Subject: README: Add Guix and OpenBSD packages --- README.md | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 812acaa..18af808 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,13 @@ Installation

+ + + + + + + + + + + + + +
LinuxmacOS
+
 Alpine Linux
 # apk add bfs
@@ -227,21 +234,45 @@ Installation
 Fedora Linux
 # dnf install bfs
 
+GNU Guix
+# guix install bfs
+
 NixOS
 # nix-env -i bfs
 
 Void Linux
 # xbps-install -S bfs
+
-FreeBSD -# pkg install bfs +
+ +
+Homebrew
+$ brew install bfs
 
 MacPorts
 # port install bfs
+
-Homebrew -$ brew install bfs +
BSD
+ +
+FreeBSD
+# pkg install bfs
+
+OpenBSD
+# pkg_add bfs
 
+ +
@@ -276,14 +307,14 @@ Here's how to install them on some common platforms: Void Linux # xbps-install -S acl-{devel,progs} attr-{devel,progs} libcap-{devel,progs} oniguruma-devel -FreeBSD -# pkg install oniguruma +Homebrew +$ brew install oniguruma MacPorts # port install oniguruma6 -Homebrew -$ brew install oniguruma +FreeBSD +# pkg install oniguruma These dependencies are technically optional, though strongly recommended. -- cgit v1.2.3