Fix path and remove repeat install
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-08-09 04:29:44 +02:00
parent 946054f4a3
commit 9632cc0ec0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -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
```