diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |