From 0b1c74ae3cff4a23d36652ff1ddaff23b1231d5e Mon Sep 17 00:00:00 2001 From: domohawk Date: Tue, 13 Mar 2018 21:38:10 -0700 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a18f5690a4ff5..b25f6ec43f664 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -77,7 +77,7 @@ For developers who are interested to contribute, here is how to compile the gRPC C Core library. ```sh - $ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc + $ git clone https://github.com/pingcap/grpc $ cd grpc $ git submodule update --init $ make @@ -107,7 +107,7 @@ Builds gRPC C and C++ with boringssl. Please note that when using Ninja, you'll still need Visual C++ (part of Visual Studio) installed to be able to compile the C/C++ sources. ``` -> powershell git clone --recursive -b ((New-Object System.Net.WebClient).DownloadString(\"https://grpc.io/release\").Trim()) https://github.com/grpc/grpc +> powershell git clone --recursive https://github.com/pingcap/grpc > cd grpc > md .build > cd .build