added arch info from testing

This commit is contained in:
2026-03-12 10:59:17 -05:00
parent cd2f748b41
commit 1389836712

View File

@@ -14,6 +14,9 @@ All linux distributions package postgresql and you can just install the relevant
### Arch ### Arch
```sh ```sh
sudo pacman -S postgresql sudo pacman -S postgresql
# Initialise Server Data
sudo -u postgres initdb -D '/var/lib/postgres/data'
``` ```
### Debian/Mint/Ubuntu ### Debian/Mint/Ubuntu
@@ -77,7 +80,7 @@ flatpak install org.pgadmin.pgadmin4
### Arch (AUR Package) ### Arch (AUR Package)
```sh ```sh
yay -S pgadmin4-desktop-bin yay -S pgadmin4-server-bin pgadmin4-desktop-bin
``` ```
### Debian/Ubuntu ### Debian/Ubuntu