Skip to content

Commit

Permalink
Merge pull request #38 from keisku/update-readme
Browse files Browse the repository at this point in the history
don't use a specific version in README
  • Loading branch information
keisku authored May 3, 2024
2 parents abae61c + 8435991 commit 9234322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ 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.9.0
# Check the latest version, https://github.com/keisku/kubectl-explore/releases/latest
export VERSION=<LATEST_VERSION>
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 9234322

Please sign in to comment.