Skip to content

Instantly share code, notes, and snippets.

View jameseidson's full-sized avatar

James Eidson jameseidson

  • Google
  • SF
View GitHub Profile
@NickMcSweeney
NickMcSweeney / postgresql_plus_arch-linux.md
Last active May 8, 2025 16:52
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