Skip to content

Commit

Permalink
Merge pull request #23 from keisku/release-v0.8.0
Browse files Browse the repository at this point in the history
Use `v0.8.0` in README
  • Loading branch information
keisku authored Apr 27, 2024
2 parents 3f586a4 + 70bbc1b commit 9db3ad3
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 @@ -94,7 +94,7 @@ Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-exp
```shell
# Other available architectures are linux_arm64, darwin_amd64, darwin_arm64, windows_amd64.
export ARCH=linux_amd64
export VERSION=v0.7.2
export VERSION=v0.8.0
wget -O- "https://github.com/keisku/kubectl-explore/releases/download/${VERSION}/kubectl-explore_${VERSION}_${ARCH}.tar.gz" | sudo tar -xzf - -C /usr/local/bin && sudo chmod +x /usr/local/bin/kubectl-explore
```

Expand Down

0 comments on commit 9db3ad3

Please sign in to comment.