aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php/README.md
diff options
context:
space:
mode:
authorGravatar ZhouyihaiDing <ddyihai@google.com>2017-11-05 18:25:54 -0800
committerGravatar ZhouyihaiDing <ddyihai@google.com>2017-11-06 21:07:47 +0000
commit5253720853c0bf999149b5fa2cbe122030ec6ed8 (patch)
treeda0166b489a01c2c1062310e46e7e6dc3ea3e487 /examples/php/README.md
parent05547052d0394224515ac43364ce3a80467a5edc (diff)
php example
Diffstat (limited to 'examples/php/README.md')
-rw-r--r--examples/php/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/php/README.md b/examples/php/README.md
index d30cbdafd0..49703ce172 100644
--- a/examples/php/README.md
+++ b/examples/php/README.md
@@ -41,10 +41,11 @@ TRY IT!
$ node greeter_server.js
```
- - Run the client
+ - Generate proto files and run the client
```
$ cd examples/php
+ $ ./greeter_proto_gen.sh
$ ./run_greeter_client.sh
```