From 29d7be3ce1686621a56f06fb0b77b7e33c4a4cac Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Tue, 1 Sep 2015 13:46:51 -0700 Subject: php: missed a line in doc --- src/php/ext/grpc/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3