mirror of https://github.com/grpc/grpc-java.git
Fix examples README
This commit is contained in:
parent
efc5cf50b7
commit
2506e9396a
|
|
@ -13,19 +13,19 @@ $ ./gradlew installDist
|
||||||
|
|
||||||
This creates the scripts `hello-world-server`, `hello-world-client`,
|
This creates the scripts `hello-world-server`, `hello-world-client`,
|
||||||
`route-guide-server`, and `route-guide-client` in the
|
`route-guide-server`, and `route-guide-client` in the
|
||||||
`build/install/grpc-examples/bin/` directory that run the examples. Each
|
`build/install/examples/bin/` directory that run the examples. Each
|
||||||
example requires the server to be running before starting the client.
|
example requires the server to be running before starting the client.
|
||||||
|
|
||||||
For example, to try the hello world example first run:
|
For example, to try the hello world example first run:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./build/install/grpc-examples/bin/hello-world-server
|
$ ./build/install/examples/bin/hello-world-server
|
||||||
```
|
```
|
||||||
|
|
||||||
And in a different terminal window run:
|
And in a different terminal window run:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./build/install/grpc-examples/bin/hello-world-client
|
$ ./build/install/examples/bin/hello-world-client
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue