From 19507f36ebec01db8fccee07a3611441d72f09f1 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 23 Dec 2025 11:24:45 +0100 Subject: [PATCH] docs(README): add mise alternate installation documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61fe34c..ae36b96 100644 --- a/README.md +++ b/README.md @@ -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`: