aboutsummaryrefslogtreecommitdiffhomepage
path: root/cpp/README.md
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-24 14:46:53 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-24 14:46:53 -0800
commitecee424a879d0e56e7bd7115a7015beafe09c4e6 (patch)
treec8581dd85c6cd72a2664a40536270f00b0f6dec7 /cpp/README.md
parent3054eba891802f7c48de16240ac1296fb1411e44 (diff)
Add output piece.
Diffstat (limited to 'cpp/README.md')
-rw-r--r--cpp/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/README.md b/cpp/README.md
index ac4dea9b7f..078021d876 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -53,10 +53,11 @@ Run the server:
```sh
$ ./greeter_server
```
-Run the client:
+Run the client (in a different terminal):
```sh
$ ./greeter_client
```
+If things go smoothly, you will see the "Greeter received: Hello world" in the client side output.
## Tutorial