[clangd] Bump recommended gRPC version (1.33.2 -> 1.36.3)

Context: https://github.com/clangd/clangd/pull/783

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D103393
This commit is contained in:
Kirill Bobyrev 2021-06-07 15:36:25 +02:00
parent 84ab315574
commit d12000ca55
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ can easily uninstall gRPC or use different versions.
```bash ```bash
# Get source code. # 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 $ cd grpc
$ git submodule update --init $ git submodule update --init
# Choose directory where you want gRPC installation to live. # Choose directory where you want gRPC installation to live.