Fix recommended protoc version
Signed-off-by: Paschalis Tsilias <paschalist0@gmail.com>
This commit is contained in:
parent
cf1bea344a
commit
c06c02b3b1
|
@ -4,6 +4,8 @@ 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.12.3) in your
|
||||
PATH.
|
||||
In order for the [script][] to run, you'll need `protoc` (version 3.15.8) in
|
||||
your PATH.
|
||||
|
||||
[script]: ../scripts/genproto.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue