From 47fd6c1bea6386b445e53b7628647886d216f445 Mon Sep 17 00:00:00 2001
From: Andreas Olofsson <andreas@erisindustries.com>
Date: Wed, 4 Nov 2015 19:39:03 +0100
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d2bbd08c..67606b92 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,11 @@ The recommended way of working with eris-db is through [eris-cli](https://github
 
 Make sure you have the proper [Go](https://golang.org/) distribution for your OS and architecture. The recommended version is `1.4.2`. Follow the instructions on how to set up GOROOT and GOPATH.
 
-You will also need the following libraries: `git, mercurial, libgmp3-dev`
+You will also need the following libraries: `git, libgmp3-dev`
 
-On Ubuntu: `sudo apt-get install git mercurial libgmp3-dev`
+On Ubuntu: `sudo apt-get install git libgmp3-dev`
+
+On Mac: `brew install git gmp`
 
 Next you pull in the code:
 
@@ -168,4 +170,4 @@ In root: `go test ./...`
 
 ### Benchmarking
 
-As of `0.11.0`, there are no benchmarks. We aim to have a framework built before `1.0`.
\ No newline at end of file
+As of `0.11.0`, there are no benchmarks. We aim to have a framework built before `1.0`.
-- 
GitLab