2 Commits

Author SHA1 Message Date
Jean-Yves LENHOF
7af1928fbd Merge 19507f36eb into c54eac28fd 2026-01-28 16:37:25 +05:30
jylenhof
19507f36eb docs(README): add mise alternate installation documentation 2025-12-23 11:24:45 +01:00
4 changed files with 11 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
- goos: windows

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`:

View File

@@ -1,4 +1,5 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
package main

View File

@@ -1,4 +1,5 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package main