forked from OSchip/llvm-project
[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:
parent
84ab315574
commit
d12000ca55
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue