From 02d410fe0897e9ffe52a62f250a98a5ac791303d Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 12 Jun 2014 14:58:31 +0200
Subject: [PATCH] update README to include homebrew science installation
 instructions

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 75a43d241..72d1292a3 100644
--- a/README.md
+++ b/README.md
@@ -255,7 +255,9 @@ Configure and make:
     - Next to `Command Line Tools`, click on `Install`
 - Download [MacOSX10.6.sdk.zip](http://www.jamesgeorge.org/uploads/MacOSX10.6.sdk.zip) and unzip it in `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs`. Change the owner to be `root` and the group to be `wheel`
 
-- Install [Homebrew](http://mxcl.github.io/homebrew/) and [Homebrew Science](https://github.com/Homebrew/homebrew-science)
+- Install [Homebrew](http://mxcl.github.io/homebrew/) by following the instructions on the website
+- Tap [Homebrew Science](https://github.com/Homebrew/homebrew-science) by doing:
+    - ```brew tap homebrew/science```
 - Install the following brews:
     - ```brew install automake```
     - ```brew install gsl```
-- 
GitLab