|
|
|
@ -100,7 +100,7 @@ the `composer` and `protoc` binaries. You can find out how to get these |
|
|
|
|
Clone this repository |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc |
|
|
|
|
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Build and install the gRPC C core library |
|
|
|
@ -129,7 +129,7 @@ $ sudo make install |
|
|
|
|
You will need the source code to run tests |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc |
|
|
|
|
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc |
|
|
|
|
$ cd grpc |
|
|
|
|
$ git pull --recurse-submodules && git submodule update --init --recursive |
|
|
|
|
``` |
|
|
|
|