Skip to content

Add scoop install options for windows #597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down