From 17585244a19539d5a1d8c372afb078b2d690e836 Mon Sep 17 00:00:00 2001 From: H Copperm Date: Fri, 3 Mar 2017 13:39:38 -0800 Subject: [PATCH] updated per ethan's instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fea9226d47..6b4b0c34e4 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,11 @@ go get -u github.com/tendermint/basecoin/cmd/basecoin ``` -In some cases, if that fails, or if another branch is required, you may have to compile from source. +If that fails, or if another branch is required, you may have to compile from source. You will first need to install the Golang package manager [`glide`](https://github.com/Masterminds/glide). ``` -cd $GOPATH -git clone git@github.com:tendermint/basecoin.git -cd src/github.com/tendermint/basecoin +cd $GOPATH/src/github.com/tendermint/basecoin git checkout develop # (until we release tendermint v0.9) make get_vendor_deps make install