Browse Source

abci: Update readme for building protoc (#2124)

pull/2123/merge
Dev Ojha 6 years ago
committed by Anton Kaliaev
parent
commit
dde96b75ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abci/README.md

+ 1
- 1
abci/README.md View File

@ -29,7 +29,7 @@ The two guides to focus on are the `Application Development Guide` and `Using AB
To compile the protobuf file, run:
```
make protoc
cd $GOPATH/src/github.com/tendermint/tendermint/; make protoc_abci
```
See `protoc --help` and [the Protocol Buffers site](https://developers.google.com/protocol-buffers)


Loading…
Cancel
Save