parent
2f55ac63a4
commit
21c7e3e0ae
|
|
@ -54,6 +54,11 @@ On macOS, `grpcurl` is available via Homebrew:
|
||||||
brew install grpcurl
|
brew install grpcurl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On windows `grpcurl` ins available via Scoop:
|
||||||
|
```shell
|
||||||
|
scoop install grpcurl
|
||||||
|
```
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
You can use the `go` tool to install `grpcurl`:
|
You can use the `go` tool to install `grpcurl`:
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue