Compare commits

...

3 Commits

Author SHA1 Message Date
Jean-Yves LENHOF a0db7747ff
Merge 776f251844 into c54eac28fd 2026-03-29 10:48:07 +00:00
Jean-Yves LENHOF 776f251844
Merge branch 'fullstorydev:master' into master 2026-03-29 12:48:04 +02:00
jylenhof 19507f36eb
docs(README): add mise alternate installation documentation 2025-12-23 11:24:45 +01:00
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
```
### 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`: