mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
update the protoc version to 3.12.3 in readme.md (#7931)
Signed-off-by: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
ed2a483beb
commit
7de6046d1e
|
@ -4,6 +4,6 @@ re-compile them when building Prometheus.
|
|||
If however you have modified the defs and do need to re-compile, run
|
||||
`make proto` from the parent dir.
|
||||
|
||||
In order for the script to run, you'll need `protoc` (version 3.5.1) in your
|
||||
In order for the script to run, you'll need `protoc` (version 3.12.3) in your
|
||||
PATH.
|
||||
|
||||
|
|
Loading…
Reference in a new issue