diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-01 13:10:10 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-01 13:10:10 -0700 |
commit | 052f6498545d1a210f5bc84a6202f24e0e15c687 (patch) | |
tree | 40d798c3b718b4cb2169fc65acf49dd02523e7f9 /INSTALL.md | |
parent | 7db3c10e6d3af9e49dca2f3d1947076f9820f3b0 (diff) | |
parent | 4c3e8e49e40117c6f08c0f402fcbd29ce412101b (diff) |
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 66e6c33a77..6718aad120 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,7 +49,7 @@ For developers who are interested to contribute, here is how to compile the gRPC C Core library. ```sh - $ git clone https://github.com/grpc/grpc.git + $ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc $ cd grpc $ git submodule update --init $ make |