Fix path and remove repeat install
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
946054f4a3
commit
9632cc0ec0
@ -14,7 +14,7 @@ $ pip install hyper-rpc
|
|||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
> **TLDR; See the [example](./example) directory**
|
> **TLDR; See the [example](https://github.com/hyperpy/hyper-rpc/tree/master/example) directory**
|
||||||
|
|
||||||
Define an RPC service in a `greeter.proto`.
|
Define an RPC service in a `greeter.proto`.
|
||||||
|
|
||||||
@ -40,7 +40,6 @@ message HelloReply {
|
|||||||
Then generate the services and stubs with `hyper-rpc`.
|
Then generate the services and stubs with `hyper-rpc`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ pip install hyper-rpc
|
|
||||||
$ hrpc greeter.proto
|
$ hrpc greeter.proto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user