[clangd] Bump recommended gRPC version (1.33.2 -> 1.36.3)
authorKirill Bobyrev <kbobyrev@google.com>
Mon, 7 Jun 2021 13:36:25 +0000 (15:36 +0200)
committerKirill Bobyrev <kbobyrev@google.com>
Mon, 7 Jun 2021 13:36:33 +0000 (15:36 +0200)
Context: https://github.com/clangd/clangd/pull/783

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D103393

clang-tools-extra/clangd/index/remote/README.md

index 0f9c01a..5ae4dc9 100644 (file)
@@ -35,7 +35,7 @@ can easily uninstall gRPC or use different versions.
 
 ```bash
 # Get source code.
-$ git clone -b v1.33.2 https://github.com/grpc/grpc
+$ git clone -b v1.36.3 https://github.com/grpc/grpc
 $ cd grpc
 $ git submodule update --init
 # Choose directory where you want gRPC installation to live.