Browse Source

Fix protoc link display.

pull/416/head^2
juliusv 10 years ago
parent
commit
d769e39ea3
  1. 4
      README.md

4
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 `curl`, `git`, `gzip`, `hg` (Mercurial CLI), `sed`, `xxd`. Should you
need to change any of the protocol buffer definition files need to change any of the protocol buffer definition files
(`*.proto`), you also need the protocol buffer compiler (`*.proto`), you also need the protocol buffer compiler
[`protoc`](http://code.google.com/p/protobuf/](http://code.google.com/p/protobuf/), [`protoc`](http://code.google.com/p/protobuf/), v2.5.0 or higher,
v2.5.0 or higher, in your `$PATH`. in your `$PATH`.
Everything else will be downloaded and installed into a staging Everything else will be downloaded and installed into a staging
environment in the `.build` sub-directory. That includes a Go environment in the `.build` sub-directory. That includes a Go

Loading…
Cancel
Save