Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Created November 14, 2013 21:06
Show Gist options
  • Save marcuswestin/7474291 to your computer and use it in GitHub Desktop.
Save marcuswestin/7474291 to your computer and use it in GitHub Desktop.
Download & start postgres app for OSX
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