Created
November 14, 2013 21:06
-
-
Save marcuswestin/7474291 to your computer and use it in GitHub Desktop.
Download & start postgres app for 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
mkdir /tmp/postgresdl | |
cd /tmp/postgresdl | |
curl -L http://postgresapp.com/download > dl.zip | |
unzip dl.zip | |
mv Postgres*.app /Applications/ | |
open /Applications/Postgres*.app | |
rm -rf /tmp/postgresdl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment