Skip to content

Commit

Permalink
Add instructions to install plugins via Homebrew (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Moatasem authored Nov 24, 2021
1 parent 6c8ed07 commit f1323a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,15 @@ the following line to your `Podfile`:
```ruby
pod 'gRPC-Swift-Plugins'
```

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

#### Homebrew

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

## Examples

gRPC Swift has a number of tutorials and examples available. They are split
Expand Down

0 comments on commit f1323a2

Please sign in to comment.