Skip to content

Commit

Permalink
more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsutherland committed Mar 21, 2019
1 parent c89574e commit bf6077c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ Testing graphql query resolving off protobuf
# Run

`./hello.py`

# To recompile your .proto definition
Just pre-compiled for linux x86_64 [here](https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0)

Or `sudo apt-get install protobuf-compiler`

Then from the clone:
```
$ protoc -I=./ --python_out=./ hello.proto
```

0 comments on commit bf6077c

Please sign in to comment.