Created
May 13, 2020 20:06
-
-
Save filipechagas/65cb6b6e2bd3d80c15a0666386037196 to your computer and use it in GitHub Desktop.
Postgres - Homebrew - Osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install postgresql | |
# OR | |
brew brew install [email protected] | |
brew link [email protected] --force | |
brew services start [email protected] | |
initdb /usr/local/var/postgres -E utf8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment