Skip to content

Instantly share code, notes, and snippets.

View wwwhatley's full-sized avatar
🎯
Focusing

William Whatley wwwhatley

🎯
Focusing
View GitHub Profile
@phortuin
phortuin / postgres.md
Last active March 9, 2025 22:22
Set up postgres + database on MacOS (M1)

Based on this blogpost.

Install with Homebrew:

$ brew install postgresql@14

(The version number 14 needs to be explicitly stated. The @ mark designates a version number is specified. If you need an older version of postgres, use postgresql@13, for example.)