From 27cc0fc0a59c312282d3aea7a2c043be3b5d1949 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 22 Nov 2024 16:46:57 +0100 Subject: [PATCH] docs(README): wrong crate name in `cargo install` instructions Resolves #963 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7149f2..c0568171 100644 --- a/README.md +++ b/README.md @@ -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))