From 97df121ebd39063030601ad597bd1cf122dc3be4 Mon Sep 17 00:00:00 2001 From: Kingproone <118820223+Kingproone@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:53:40 +0100 Subject: [PATCH] Add scoop install option for windows Also add links to the windows cli projects, this can be removed if not desired. --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57aeeeae..b3d0d350 100644 --- a/README.md +++ b/README.md @@ -142,18 +142,31 @@ qimgv can open some extra formats via third-party image plugins. All of them are Grab the latest version from the [releases page](https://github.com/easymodo/qimgv/releases) - Alternatively you can install it with Chocolatey: + Alternatively you can install it with [Chocolatey](https://github.com/chocolatey/choco): ``` choco install qimgv ``` - Or WinGet: + [WinGet](https://github.com/microsoft/winget-cli): ``` winget install --id easymodo.qimgv ``` + Or [Scoop](https://github.com/ScoopInstaller/Scoop), by first installing the prerequisites: + + ``` + scoop bucket add extras + ``` + and then choosing a version: + ``` + scoop install extras/qimgv + ``` + ``` + scoop install extras/qimgv-video + ``` + ## GNU+Linux ### Arch Linux / Manjaro / etc.