From 44bf77a12ffd86294054c6e92077ea31f3613360 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 26 May 2024 22:41:56 +0200 Subject: Port to Arch Linux --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3