aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-09-01 13:46:51 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-09-02 13:34:40 -0700
commit29d7be3ce1686621a56f06fb0b77b7e33c4a4cac (patch)
tree098ca0fc9eb4f0098f10909ce02db86636dd2029 /src
parent26883d8dbfb00709d50a41809e4f82f235d8d9b3 (diff)
php: missed a line in doc
Diffstat (limited to 'src')
-rw-r--r--src/php/ext/grpc/README.md1
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