From 57f6380d5b99bcfe211d32606fe34780d8db4b04 Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Mon, 24 Jan 2022 13:51:47 +0800 Subject: [PATCH] Remove gRPC docs (#3930) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 5d20b408271..0413482b4b9 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@ - (macOS) Apple Clang 12.0.0 - (CentOS) GCC 7.3.0 -### Install gRPC Systemwise(skip if already have protoc 3.8.x and gRPC 1.26.0 installed) - -**You'd better remove any other `protoc` installation except 3.8.x to get a clean build.** - -You should use exact gRPC 1.26.0. Refer to gRPC [document](https://github.com/grpc/grpc/blob/master/BUILDING.md) or our test settings [example](https://github.com/pingcap/kvproto/blob/master/.github/workflows/cpp-test.yaml) for how to do it. - ### Checkout Source Code ```