Skip to content

Commit da0e6f8

Browse files
authored
Update readme to warn against using different escript and deps versions.
1 parent 6c53c49 commit da0e6f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ Since `:protobuf` version `0.14.0` we include all of the well known Google Proto
6161
that `protoc-gen-elixir` works:
6262

6363
```bash
64-
$ mix escript.install hex protobuf
64+
$ mix escript.install hex protobuf 0.14.0
6565
```
66+
Note: make sure to use the same version of the escript and dependency in your application.
6667

6768
3. Generate Elixir code for [helloworld.proto](https://raw.githubusercontent.com/grpc/grpc/master/examples/protos/helloworld.proto) using `protoc`:
6869

0 commit comments

Comments
 (0)