Skip to content

Commit

Permalink
updated per ethan's instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hcopperm committed Mar 3, 2017
1 parent f538761 commit 1758524
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1758524

Please sign in to comment.