Skip to content

Commit

Permalink
docs(README): wrong crate name in cargo install instructions (#964)
Browse files Browse the repository at this point in the history
Resolves #963
  • Loading branch information
adamperkowski authored Nov 25, 2024
1 parent ab7a670 commit c86f014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sudo zypper install linutil
Linutil can be installed via [Cargo](https://doc.rust-lang.org/cargo) with:

```bash
cargo install linutil
cargo install linutil_tui
```

Note that crates installed using `cargo install` require manual updating with `cargo install --force` (update functionality is [included in LinUtil](https://christitustech.github.io/linutil/userguide/#applications-setup))
Expand Down

0 comments on commit c86f014

Please sign in to comment.