From dde96b75ce3684283f980b968b9edb29ecdff973 Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Wed, 1 Aug 2018 02:57:31 -0700 Subject: [PATCH] abci: Update readme for building protoc (#2124) --- abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/README.md b/abci/README.md index 6de9f7069..493d862f0 100644 --- a/abci/README.md +++ b/abci/README.md @@ -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)