From 82119b3c4bb2ae61a516fe4cb5676311da716136 Mon Sep 17 00:00:00 2001 From: Matt K <1036969+mkrump@users.noreply.github.com> Date: Mon, 29 Jan 2018 09:46:48 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a78ccce..49f6e181 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ - https://ethereum.github.io/go-ethereum/downloads/ ### Installation - go get github.com/vulcanize/vulcanizedb - +``` +git clone https://github.com/vulcanize/vulcanizedb.git $GOPATH/src/github.com/vulcanize/vulcanizedb +cd $GOPATH/src/github.com/vulcanize/vulcanizedb +make build +``` ### Setting up the Databases 1. Install Postgres