We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c53c49 commit da0e6f8Copy full SHA for da0e6f8
README.md
@@ -61,8 +61,9 @@ Since `:protobuf` version `0.14.0` we include all of the well known Google Proto
61
that `protoc-gen-elixir` works:
62
63
```bash
64
- $ mix escript.install hex protobuf
+ $ mix escript.install hex protobuf 0.14.0
65
```
66
+ Note: make sure to use the same version of the escript and dependency in your application.
67
68
3. Generate Elixir code for [helloworld.proto](https://raw.githubusercontent.com/grpc/grpc/master/examples/protos/helloworld.proto) using `protoc`:
69
0 commit comments