Skip to content
Snippets Groups Projects
Commit 9a2ff4f3 authored by Yang Gao's avatar Yang Gao
Browse files

Add build and run section

parent 44e98225
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,16 @@ The syntax for reading and writing here is exactly the same as for our client-st
## 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment