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

Cargo installation instructions incorrect #963

Closed
1 task done
OvermindDL1 opened this issue Nov 22, 2024 · 1 comment · Fixed by #964
Closed
1 task done

Cargo installation instructions incorrect #963

OvermindDL1 opened this issue Nov 22, 2024 · 1 comment · Fixed by #964
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@OvermindDL1
Copy link

Describe the bug

The cargo installation instructions state to run cargo install linutil but that is incorrect, it should be cargo install linutil_tui. (See additional notes below as well.)

To Reproduce

Steps to reproduce the behavior:

Look at the crates.io page. Try copy pasting the cargo install line and run it.

Expected behavior

Copy pasting the command to install should work

Checklist

  • I checked for duplicate issues.

Additional notes:

The version currently on crates.io does not compile anyway because someone broke semver. You actually need to run cargo install linutil_tui --locked or it won't compile.

@OvermindDL1 OvermindDL1 added the bug Something isn't working label Nov 22, 2024
@adamperkowski adamperkowski added the documentation Improvements or additions to documentation label Nov 22, 2024
@adamperkowski
Copy link
Collaborator

hmm... i wonder who wrote that (it was me)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants