Browse Source

Merge pull request #132 from tendermint/use-makefile-commands-in-readme

use Makefile commands in readme [ci skip]
pull/1780/head
Anton Kaliaev 7 years ago
committed by GitHub
parent
commit
7dbf69df7d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -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/).


Loading…
Cancel
Save