From d769e39ea3e8e437624b4dde71070829fba03329 Mon Sep 17 00:00:00 2001 From: juliusv Date: Sun, 7 Dec 2014 01:34:56 +0100 Subject: [PATCH] Fix protoc link display. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aca9dfb975..d768b0d7fe 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The above requires a number of common tools to be installed, namely `curl`, `git`, `gzip`, `hg` (Mercurial CLI), `sed`, `xxd`. Should you need to change any of the protocol buffer definition files (`*.proto`), you also need the protocol buffer compiler -[`protoc`](http://code.google.com/p/protobuf/](http://code.google.com/p/protobuf/), -v2.5.0 or higher, in your `$PATH`. +[`protoc`](http://code.google.com/p/protobuf/), v2.5.0 or higher, +in your `$PATH`. Everything else will be downloaded and installed into a staging environment in the `.build` sub-directory. That includes a Go