Created
March 16, 2019 14:06
-
-
Save bruceh48/61761534fe640ccd1e11ab66ec47a2f1 to your computer and use it in GitHub Desktop.
Setup PostreSQL ( psql )client only on MacOSX
This file contains 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 libpq | |
brew install --force libpq | |
Follow all instructions. | |
Reopen console and test with | |
psql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment