Skip to content

Commit

Permalink
update docs to go get v2 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt authored Jun 28, 2021
1 parent fe62a17 commit b0fc004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
name: Install commander
command: |
mkdir -p ~/.local/bin/
curl -L https://github.com/commander-cli/commander/releases/download/v2.1.0/commander-linux-amd64 -o ~/.local/bin/commander
curl -L https://github.com/commander-cli/commander/releases/download/v2.4.0/commander-linux-amd64 -o ~/.local/bin/commander
chmod +x ~/.local/bin/commander
- run: make integration-linux-dockerized

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For more information take a look at the [quick start](#quick-start), the [exampl
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:

```bash
go get github.com/commander-cli/commander/cmd/commander
go get github.com/commander-cli/commander/v2/cmd/commander
```

This works on any OS, as long as go is installed. If go is not installed on your system, follow one of the methods below.
Expand All @@ -75,7 +75,7 @@ This works on any OS, as long as go is installed. If go is not installed on your
Visit the [release](https://github.com/commander-cli/commander/releases) page to get the binary for you system.

```bash
curl -L https://github.com/commander-cli/commander/releases/download/v2.3.0/commander-linux-amd64 -o commander
curl -L https://github.com/commander-cli/commander/releases/download/v2.5.0/commander-linux-amd64 -o commander
chmod +x commander
```

Expand Down

0 comments on commit b0fc004

Please sign in to comment.