Skip to content

Instantly share code, notes, and snippets.

View mburuwarui's full-sized avatar
Trust the BEAM and all who abide by it.

Joste mburuwarui

Trust the BEAM and all who abide by it.
View GitHub Profile
@mburuwarui
mburuwarui / postgresql_plus_arch-linux.md
Created September 23, 2025 21:21 — forked from NickMcSweeney/postgresql_plus_arch-linux.md
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