From 195cefd81a4158b47035d21d66e7d7e0239a1164 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 14 Oct 2019 22:12:50 +0300 Subject: [PATCH] lib/prompb: removed outdated README.md --- lib/prompb/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/prompb/README.md diff --git a/lib/prompb/README.md b/lib/prompb/README.md deleted file mode 100644 index d2aa933ef..000000000 --- a/lib/prompb/README.md +++ /dev/null @@ -1,14 +0,0 @@ -The compiled protobufs are version controlled and you won't normally need to -re-compile them when building Prometheus. - -If however you have modified the defs and do need to re-compile, run -`./scripts/genproto.sh` from the parent dir. - -In order for the script to run, you'll need `protoc` (version 3.5) in your -PATH, and the following Go packages installed: - -- github.com/gogo/protobuf -- github.com/gogo/protobuf/protoc-gen-gogofast -- github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/ -- github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger -- golang.org/x/tools/cmd/goimports