commit | 9a2ff4f376da3564f197df8b5704e1dda3799468 | [log] [tgz] |
---|---|---|
author | Yang Gao <yangg@google.com> | Tue Feb 24 16:13:02 2015 -0800 |
committer | Yang Gao <yangg@google.com> | Tue Feb 24 16:13:02 2015 -0800 |
tree | e05f35a899a813e33824a9011633530deee4edb2 | |
parent | 44e9822568e906abfe1a587681ea5e9c83c7074f [diff] [blame] |
Add build and run section
diff --git a/cpp/cpptutorial.md b/cpp/cpptutorial.md index 144b902..613af1a 100644 --- a/cpp/cpptutorial.md +++ b/cpp/cpptutorial.md
@@ -350,7 +350,16 @@ ## Try it out! -_[need build and run instructions here]_ - - +Build client and server: +```shell +$ make +``` +Run the server, which will listen on port 50051: +```shell +$ ./route_guide_server +``` +Run the client (in a different terminal): +```shell +$ ./route_guide_client +```