Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update "CLI Installation" section in README.md #1126

Open
ut-wangbo opened this issue May 30, 2024 · 0 comments · May be fixed by #1127
Open

docs: update "CLI Installation" section in README.md #1126

ut-wangbo opened this issue May 30, 2024 · 0 comments · May be fixed by #1127

Comments

@ut-wangbo
Copy link

ut-wangbo commented May 30, 2024

  1. user can pass the rpm url to the rpm command.  (^_^)
    e.g.  rpm -ivh  https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.32/k8sgpt_386.rpm
    (Unfortunately, dpkg and apk do not support using url)

  2. there is a duplicate "-i" option in the 64 bit rpm installation command.  (-_-!)
    i

  3. user need to add the "--allow-untrusted" option since our apk package is not signed. Otherwise, the installation will fail.

  4. Alpine Linux does not have "curl" command by default, but has "wget" .

  5. there is an extra and meaningless "x" at the end of the "APK-based installation (Alpine)" section. (-_-!)
    x

ut-wangbo added a commit to ut-wangbo/k8sgpt that referenced this issue May 30, 2024
@ut-wangbo ut-wangbo linked a pull request May 30, 2024 that will close this issue
4 tasks
ut-wangbo added a commit to ut-wangbo/k8sgpt that referenced this issue May 30, 2024
@ut-wangbo ut-wangbo changed the title docs(readme): update "CLI Installation" section docs: update "CLI Installation" section in README.md May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Development

Successfully merging a pull request may close this issue.

1 participant