From 63668d8185049f8137b90a58b2f91d3ff70376e7 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 23 Mar 2016 15:26:25 -0700 Subject: [PATCH] Use newest postgresql formula on homebrew --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0987c9210..31ba5d833 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```