diff --git a/README.md b/README.md
index 3693fb6b09da97a7c65406d31033fc192c0e72b0..10527931ee1ada2919f605f95de6698e99401350 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,18 @@ Deps
 
 Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP.
 
-Install
+Ubuntu 12+
+* `apt-get install gmp-dev`
+ 
+OS X 10.9+: 
+* `brew install gmp`
+
+Build
 =======
 
-```go get -u -t github.com/ethereum/go-ethereum```
+* `go get -u -t github.com/ethereum/go-ethereum`
+* `cd $GOPATH/src/github.com/ethereum/go-etherum`
+* `go build`
 
 
 Command line options