diff options
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/ext/grpc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/ext/grpc/README.md b/src/php/ext/grpc/README.md index cf38253397..6e1cb2002f 100644 --- a/src/php/ext/grpc/README.md +++ b/src/php/ext/grpc/README.md @@ -26,6 +26,7 @@ Build and install the gRPC C core libraries ```sh $ cd grpc +$ git checkout --track origin/release-0_11 $ git pull --recurse-submodules && git submodule update --init --recursive $ make $ sudo make install |