Skip to content

docs: update readme #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ An Elixir implementation of [gRPC](http://www.grpc.io/).

**NOTICE: Erlang/OTP needs >= 22 **

**NOTICE: grpc_gun**
**NOTICE: gun**

Now `{:gun, "~> 2.0.0", hex: :grpc_gun}` is used in mix.exs because grpc depnds on Gun 2.0,
but its stable version is not released. So I published a [2.0 version on hex](https://hex.pm/packages/grpc_gun)
with a different name. So if you have other dependencies who depends on Gun, you need to use
override: `{:gun, "~> 2.0.0", hex: :grpc_gun, override: true}`. Let's wait for this issue
https://github.com/ninenines/gun/issues/229.
The Gun library doesn't have a full 2.0 release yet, so we depend on `2.0.0-rc.2` for now.

## Installation

Expand Down