Use newest postgresql formula on homebrew

pull/1938/head
Joe Nelson 2016-03-23 15:26:25 -07:00
parent 4d975348b0
commit ae59fd7967
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
```