Skip to content
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

gPRC swift protobuf easy installation + easy file generataions #1318

Merged
merged 11 commits into from
Nov 24, 2021
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ the following line to your `Podfile`:
pod 'gRPC-Swift-Plugins'
```

#### Homebrew

The plugins are available from [homebrew](https://brew.sh) and can be installed with:
```bash
$ brew install swift-protobuf grpc-swift
```

The plugins are available in the `Pods/gRPC-Swift-Plugins/` folder afterwards.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this line has escaped from the section above, it should come before the #### Homebrew line.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup
You are right!

Done


## Examples
Expand Down