Skip to content

Instantly share code, notes, and snippets.

View phdjsep's full-sized avatar
😉
what's next?

Sep Dadsetan phdjsep

😉
what's next?
View GitHub Profile
@phdjsep
phdjsep / postgres-brew.md
Last active March 22, 2019 00:32 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
    • This might throw some warnings, but the comments will indicate if they can be ignored.
  2. brew update