summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-05-26 22:41:56 +0200
committerStefan Kreutz <mail@skreutz.com>2024-05-26 22:41:56 +0200
commit44bf77a12ffd86294054c6e92077ea31f3613360 (patch)
tree5b05aee2c9ce71da96eb2b88581bb2c646192bed /README.md
parenta24a3f38fc297479873cdbe5c93fec4226e2fdbf (diff)
downloadtemp-postgres-main.tar
Port to Arch LinuxHEADmain
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 2fabd4f..146a3fa 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ On Void Linux you can install the dependencies using `xbps-install(1)`:
$ sudo xbps-install -S dash postgresql postgresql-client
+On Arch Linux you can install the dependencies using `pacman(8)`:
+
+ $ sudo pacman -Syu postgresql
+
## Installation
$ ./configure
Generated by cgit. See skreutz.com for my tech blog and contact information.