Skip to content

Commit

Permalink
prepare release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Jul 11, 2022
1 parent d2d871d commit 66391e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/grpc-client-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
appVersion = "1.13.0-pre1"
appVersion = "1.13.0"
)

func main() {
Expand Down
12 changes: 4 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@

Download the binary and install it to `/usr/local` directory:

- Linux: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.12.0/grpc-client-cli_linux_x86_64.tar.gz | tar -C /usr/local/bin -xz` (you might need to add `sudo` before tar)
- macOS: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.12.0/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local/bin -xz`
- Linux: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.13.0/grpc-client-cli_linux_x86_64.tar.gz | tar -C /usr/local/bin -xz` (you might need to add `sudo` before tar)
- macOS: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.13.0/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local/bin -xz`

For go `1.17+` use this command to install the app to `$GOPATH/bin` directory:

- `go install github.com/vadimi/grpc-client-cli/cmd/[email protected]`

Or use "go get" approach:

- `GO111MODULE=on go get -u github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`
- `GO111MODULE=on go get -u github.com/vadimi/grpc-client-cli/cmd/[email protected]`
- `go install github.com/vadimi/grpc-client-cli/cmd/[email protected]`
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`

## Usage

Expand Down

0 comments on commit 66391e4

Please sign in to comment.