kudobuilder / kudobuilder/kudo.dev
CLI install instructions: duplicate link to releases and outdated version
Open
@meichstedt is already working on this.
Since Jun 5, 2020.
- Dominant language
- Vue
- Stars
- 3
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Which page is affected?:
https://kudo.dev/docs/cli.html#setup-the-kudo-kubectl-plugin
It lists 4 ways to install CLI:
- download from releases page (with a link)
- use
brew - use
krew - download from releases page again but this time:
- with a non-clickable link,
- with a shell snippet with an old version string
What exactly is broken?:
- "downloading from releases page" is listed twice
- the URL should be clickable
- we could additionally or alternatively link to http://github.com/kudobuilder/kudo/releases/latest which redirects to latest non-RC
- we should think about what to do with the hardcoded version. Apparently this makes users think that this is the recommended version so we should either keep it up-to-date at all times, or replace it with something like
vx.y.zto force users to pick one
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.