Skip to content
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ On macOS, `grpcurl` is available via Homebrew:
brew install grpcurl
```

### Using mise

On Linux/MacOS/Windows, `grpcurl` is available via [mise](https://github.com/jdx/mise), the polyglot tool version manager by using a command like this:
```shell
mise use -g grpcurl@latest
```

### Docker

For platforms that support Docker, you can download an image that lets you run `grpcurl`:
Expand Down