You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The cargo installation instructions state to run
cargo install linutil
but that is incorrect, it should becargo 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
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.The text was updated successfully, but these errors were encountered: