mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-26 13:41:45 +03:00
Compare commits
2 Commits
master
...
7af1928fbd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7af1928fbd | ||
|
|
19507f36eb |
@@ -19,6 +19,8 @@ builds:
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
- goos: windows
|
||||
|
||||
@@ -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`:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user