File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ $ ./gradlew installDist
1313
1414This creates the scripts ` hello-world-server ` , ` hello-world-client ` ,
1515` route-guide-server ` , and ` route-guide-client ` in the
16- ` build/install/grpc- examples/bin/ ` directory that run the examples. Each
16+ ` build/install/examples/bin/ ` directory that run the examples. Each
1717example requires the server to be running before starting the client.
1818
1919For example, to try the hello world example first run:
2020
2121```
22- $ ./build/install/grpc- examples/bin/hello-world-server
22+ $ ./build/install/examples/bin/hello-world-server
2323```
2424
2525And in a different terminal window run:
2626
2727```
28- $ ./build/install/grpc- examples/bin/hello-world-client
28+ $ ./build/install/examples/bin/hello-world-client
2929```
3030
3131That's it!
You can’t perform that action at this time.
0 commit comments