You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@
8
8
9
9
Download the binary and install it to `/usr/local` directory:
10
10
11
-
- Linux: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.1/grpc-client-cli_linux_x86_64.tar.gz | tar -C /usr/local/bin -xz` (you might need to add `sudo` before tar)
12
-
- macOS: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.1/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local/bin -xz`
11
+
- Linux: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.2/grpc-client-cli_linux_x86_64.tar.gz | tar -C /usr/local/bin -xz` (you might need to add `sudo` before tar)
12
+
- macOS: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.2/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local/bin -xz`
13
13
14
14
For go `1.17+` use this command to install the app to `$GOPATH/bin` directory:
0 commit comments