From c86f0144a8297bb4930f3ffcb00233f09a367c33 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Mon, 25 Nov 2024 01:16:52 +0100 Subject: [PATCH] docs(README): wrong crate name in `cargo install` instructions (#964) Resolves #963 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7149f2a..c05681711 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))