Skip to content
Snippets Groups Projects
Commit 47fd6c1b authored by Andreas Olofsson's avatar Andreas Olofsson
Browse files

Update README.md

parent 75413cd1
No related branches found
No related tags found
No related merge requests found
......@@ -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`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment