From a24a3f38fc297479873cdbe5c93fec4226e2fdbf Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 12 May 2024 23:42:34 +0200 Subject: Port to FreeBSD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ea8ff0b..2fabd4f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ On OpenBSD you can install the dependencies using `pkg_add(1)`: $ doas pkg_add postgresql-server postgresql-client +On FreeBSD you can install the dependencies using `pkg-install(8)`: + + $ sudo pkg install postgresql16-server postgresql16-client + On Void Linux you can install the dependencies using `xbps-install(1)`: $ sudo xbps-install -S dash postgresql postgresql-client -- cgit v1.2.3