mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-06-13 14:31:45 +03:00
Compare commits
3 Commits
tmp
...
a0db7747ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0db7747ff | ||
|
|
776f251844 | ||
|
|
19507f36eb |
@@ -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`:
|
||||||
|
|||||||
Reference in New Issue
Block a user