Skip to content

Commit

Permalink
Update readme to warn against using different escript and deps versio…
Browse files Browse the repository at this point in the history
…ns. (#400)
  • Loading branch information
m1dnight authored Jan 20, 2025
1 parent cbb4c91 commit a7d4e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ Since `:protobuf` version `0.14.0` we include all of the well known Google Proto
that `protoc-gen-elixir` works:

```bash
$ mix escript.install hex protobuf
$ mix escript.install hex protobuf 0.14.0
```
Note: make sure to use the same version of the escript and dependency in your application.

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

Expand Down

0 comments on commit a7d4e96

Please sign in to comment.