mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix protoc link display.
This commit is contained in:
parent
05616dfa86
commit
d769e39ea3
|
@ -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…
Reference in a new issue