Fix recommended protoc version

Signed-off-by: Paschalis Tsilias <paschalist0@gmail.com>
This commit is contained in:
Paschalis Tsilias 2023-04-25 16:27:39 +03:00
parent cf1bea344a
commit c06c02b3b1
1 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ re-compile them when building Prometheus.
If however you have modified the defs and do need to re-compile, run If however you have modified the defs and do need to re-compile, run
`make proto` from the parent dir. `make proto` from the parent dir.
In order for the script to run, you'll need `protoc` (version 3.12.3) in your In order for the [script][] to run, you'll need `protoc` (version 3.15.8) in
PATH. your PATH.
[script]: ../scripts/genproto.sh