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

Fix in Readme file Manual steps to download Kmon #36

Closed
victorhck opened this issue Oct 11, 2022 · 5 comments
Closed

Fix in Readme file Manual steps to download Kmon #36

victorhck opened this issue Oct 11, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@victorhck
Copy link
Contributor

fix README file to download the package in manual section
In REAMDE file in Manual you can read:

1.- Download the latest binary from releases.
wget https://github.com/orhun/kmon/releases/download/v[VERSION]/kmon-[VERSION].tar.gz

for my openSUSE Tumbleweed system I had to download the file placed in:
wget https://github.com/orhun/kmon/releases/download/v[VERSION]/kmon-[VERSION]-x86_64-unknown-linux-gnu.tar.gz

Don't know if something has changed in GitHub file structure since the README file was written...

To Reproduce
Steps to reproduce the behavior:

  1. For v1.6.2 follow the README and run wget https://github.com/orhun/kmon/releases/download/v1.6.2/kmon-1.6.2.tar.gz
  2. ERROR 404: Not Found.

Expected behavior
update the path to download file

System (please complete the following information):

  • openSUSE Tumbleweed x86_64
@victorhck victorhck added the bug Something isn't working label Oct 11, 2022
@orhun
Copy link
Owner

orhun commented Oct 11, 2022

Yeah, that section should be updated. Would you be interested in submitting a PR?

@victorhck
Copy link
Contributor Author

What's the difference between linux-gnu vs. linux-musl ?

@orhun
Copy link
Owner

orhun commented Oct 12, 2022

What's the difference between linux-gnu vs. linux-musl ?

One is compiled using glibc and the other one is using musl-libc.

@victorhck
Copy link
Contributor Author

Yeah, that section should be updated. Would you be interested in submitting a PR?

PR #37 try to fix that... I'm not native English speaker, so please review the text...

offtopic: I blogged about kmon in my blog in spanish

@orhun
Copy link
Owner

orhun commented Oct 13, 2022

Yeah, that section should be updated. Would you be interested in submitting a PR?

PR #37 try to fix that... I'm not native English speaker, so please review the text...

Thanks! 🐻

offtopic: I blogged about kmon in my blog in spanish

Great! Tweeted on @kmonitor_

@orhun orhun closed this as completed Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants