Use newest postgresql formula on homebrew

pull/398/head
Joe Nelson 2016-03-23 15:26:25 -07:00
parent c9e9ec7520
commit 63668d8185
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ We're happy you want to contribute! You can help us in different ways:
2. Install packages with homebrew
```bash
brew install git openssl postgresql-9.5
brew update
brew install git openssl postgresql
brew link openssl --force
```