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
|
||||
|
||||
> **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`.
|
||||
|
||||
@ -40,7 +40,6 @@ message HelloReply {
|
||||
Then generate the services and stubs with `hyper-rpc`.
|
||||
|
||||
```sh
|
||||
$ pip install hyper-rpc
|
||||
$ hrpc greeter.proto
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user