added arch info from testing
This commit is contained in:
@@ -14,6 +14,9 @@ All linux distributions package postgresql and you can just install the relevant
|
||||
### Arch
|
||||
```sh
|
||||
sudo pacman -S postgresql
|
||||
|
||||
# Initialise Server Data
|
||||
sudo -u postgres initdb -D '/var/lib/postgres/data'
|
||||
```
|
||||
|
||||
### Debian/Mint/Ubuntu
|
||||
@@ -77,7 +80,7 @@ flatpak install org.pgadmin.pgadmin4
|
||||
|
||||
### Arch (AUR Package)
|
||||
```sh
|
||||
yay -S pgadmin4-desktop-bin
|
||||
yay -S pgadmin4-server-bin pgadmin4-desktop-bin
|
||||
```
|
||||
|
||||
### Debian/Ubuntu
|
||||
|
||||
Reference in New Issue
Block a user