docs(README): add mise alternate installation documentation

This commit is contained in:
jylenhof 2025-12-23 11:24:45 +01:00
parent 1ad1dc15dd
commit 19507f36eb
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@ On macOS, `grpcurl` is available via Homebrew:
brew install grpcurl 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 ### Docker
For platforms that support Docker, you can download an image that lets you run `grpcurl`: For platforms that support Docker, you can download an image that lets you run `grpcurl`: