Skip to content

Instantly share code, notes, and snippets.

View totengott's full-sized avatar
🏠
Working from home

~ totengott

🏠
Working from home
  • Chile
View GitHub Profile
@NickMcSweeney
NickMcSweeney / postgresql_plus_arch-linux.md
Last active April 22, 2026 08:05
Getting postgresql running on Arch Linux

Setup Postgresql

run postgresql with systemctl

Install postgres

latest

sudo pacman -S postgresql

specific version

find version & build from source