From a7d4e96d485e3e8bb24953bdb2f9052dea31e025 Mon Sep 17 00:00:00 2001 From: Christophe De Troyer Date: Mon, 20 Jan 2025 15:33:41 +0100 Subject: [PATCH] Update readme to warn against using different escript and deps versions. (#400) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eae3f718..bbe473a9 100644 --- a/README.md +++ b/README.md @@ -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`: