From 02b4953e6d6402c4281409b73b3f2f0e611f850e Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Tue, 26 Sep 2023 00:18:45 +0200 Subject: [PATCH] Update install instructions No longer longer provide --force. It was specified since it once was necessary to add the --force to update the binary if it was already present. With a more recent version of cargo, it that is no longer the case. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d5f48e..dde1affe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ MiniView is not intended to be used as your primary image viewer. For that purpo ### Binary installation -With [cargo](https://crates.io/crates/miniview) install: `cargo install --force miniview` +With [cargo](https://crates.io/crates/miniview) install: `cargo install miniview` Pre-build binary: see [releases](https://github.com/foresterre/miniview/releases)