From 64c756de477b33ddecf4bdcbe776f5ebc1615066 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Sun, 12 Nov 2017 22:30:41 -0500 Subject: [PATCH] use Makefile commands in readme [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33b037da0..aedebee60 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ to manage an application state running in another. ``` go get github.com/tendermint/abci cd $GOPATH/src/github.com/tendermint/abci -glide install -go install ./cmd/... +make get_vendor_deps +make install ``` For background information on ABCI, motivations, and tendermint, please visit [the documentation](http://tendermint.readthedocs.io/en/master/).