Skip to content

Instantly share code, notes, and snippets.

View okkymabruri's full-sized avatar
commit to pushing 1%

Okky Mabruri okkymabruri

commit to pushing 1%
View GitHub Profile
@phortuin
phortuin / postgres.md
Last active July 16, 2024 04:19
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.)