aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-17 17:20:14 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-17 17:20:14 -0800
commit5acc826ace3981f0e2290f38ecb94b8f6122f6f0 (patch)
tree1e7b9db9de6facf2061b72fc02f070f5b24fac6d /src/php
parent35d89551304a1945e67254920356542f94b45707 (diff)
parentfc4b07e10c0482522dbc6a01401ea8f1606a76b4 (diff)
Merge github.com:grpc/grpc into metadata_filter
Diffstat (limited to 'src/php')
-rw-r--r--src/php/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/php/README.md b/src/php/README.md
index 1b15768d44..320220d3e4 100644
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -163,6 +163,13 @@ of this repo. The plugin can be found in the `bins/opt` directory. We are
planning to provide a better way to download and install the plugin
in the future.
+You can also just build the gRPC PHP protoc plugin by running:
+
+```sh
+$ cd grpc
+$ make grpc_php_plugin
+```
+
### Client Stub