Skip to content

Commit 9234322

Browse files
authored
Merge pull request #38 from keisku/update-readme
don't use a specific version in README
2 parents abae61c + 8435991 commit 9234322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-exp
9696
```shell
9797
# Other available architectures are linux_arm64, darwin_amd64, darwin_arm64, windows_amd64.
9898
export ARCH=linux_amd64
99-
export VERSION=v0.9.0
99+
# Check the latest version, https://github.com/keisku/kubectl-explore/releases/latest
100+
export VERSION=<LATEST_VERSION>
100101
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
101102
```
102103

0 commit comments

Comments
 (0)