Update README.md

grpcurl ins available via Scoop
This commit is contained in:
Chenghao 2021-04-16 10:55:59 +08:00 committed by GitHub
parent 2f55ac63a4
commit 21c7e3e0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ On macOS, `grpcurl` is available via Homebrew:
brew install grpcurl
```
On windows `grpcurl` ins available via Scoop:
```shell
scoop install grpcurl
```
### From Source
You can use the `go` tool to install `grpcurl`:
```shell