Skip to content

Commit

Permalink
Fix minimal Elixir version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Feb 20, 2022
1 parent 9c835a3 commit 015ce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can find [here](https://github.com/ahamez/protox/blob/master/test/example_te

## Prerequisites

- Elixir >= 1.7
- Elixir >= 1.9
- protoc >= 3.0 *This dependency is only required at compile-time*
`protox` uses Google's `protoc` (>= 3.0) to parse `.proto` files. It must be available in `$PATH`.
👉 You can download it [here](https://github.com/google/protobuf) or you can install it with your favorite package manager (`brew install protobuf`, `apt install protobuf-compiler`, etc.).
Expand Down

0 comments on commit 015ce17

Please sign in to comment.