Skip to content

Commit

Permalink
Prepare v1.1
Browse files Browse the repository at this point in the history
Change-Id: Ic0daf57ac42941491318fa7465b88a99ef8cc7b9
  • Loading branch information
tjamet committed Feb 7, 2022
1 parent dcc83a0 commit 6ea13ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Visit the [latest release page](https://github.com/tjamet/kubectl-switch/release
From a command-line, run

```bash
curl -L -o /usr/local/bin/k https://github.com/tjamet/kubectl-switch/releases/download/v1.0/kubectl-switch-$(uname -s | tr '[A-Z]' '[a-z]')-$(uname -m)
curl -L -o /usr/local/bin/k https://github.com/tjamet/kubectl-switch/releases/download/v1.1/kubectl-switch-$(uname -s)-$(uname -m)
chmod +x /usr/local/bin/k
```

Expand Down

0 comments on commit 6ea13ce

Please sign in to comment.