summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-05-12 23:42:34 +0200
committerStefan Kreutz <mail@skreutz.com>2024-05-12 23:42:34 +0200
commita24a3f38fc297479873cdbe5c93fec4226e2fdbf (patch)
tree4da899c29755eb16ebaffc679f3301cc4a6ec148 /README.md
parent0c1fea60db8075fe25bf68eb840a56ba9ce41069 (diff)
downloadtemp-postgres-a24a3f38fc297479873cdbe5c93fec4226e2fdbf.tar
Port to FreeBSD
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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
Generated by cgit. See skreutz.com for my tech blog and contact information.