use Makefile commands in readme [ci skip]

This commit is contained in:
Anton Kaliaev 2017-11-12 22:30:41 -05:00
parent 0f96d5d1f6
commit 64c756de47
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ to manage an application state running in another.
``` ```
go get github.com/tendermint/abci go get github.com/tendermint/abci
cd $GOPATH/src/github.com/tendermint/abci cd $GOPATH/src/github.com/tendermint/abci
glide install make get_vendor_deps
go install ./cmd/... make install
``` ```
For background information on ABCI, motivations, and tendermint, please visit [the documentation](http://tendermint.readthedocs.io/en/master/). For background information on ABCI, motivations, and tendermint, please visit [the documentation](http://tendermint.readthedocs.io/en/master/).