Added Scoop in the Windows download instructions (#3071)

Since Scoop supports this project, it would be sensible to make it explicit for Windows users that it's an available install option.
This commit is contained in:
Lovecraft's_Cat 2023-01-16 10:33:08 +01:00 committed by GitHub
parent 4e0e0000e1
commit 3921ba172e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,11 @@ Cutter release binaries for all major platforms (Linux, macOS, Windows) can be d
- **macOS**: Download the `.dmg` file or use [Homebrew Cask](https://github.com/Homebrew/homebrew-cask):
`brew install --cask cutter`
- **Windows**: Download the `.zip` archive or use [Chocolatey](https://chocolatey.org):
- **Windows**: Download the `.zip` archive, or use either [Chocolatey](https://chocolatey.org) or [Scoop](https://scoop.sh/):
`choco install cutter`
`scoop bucket add extras` followed by `scoop install cutter`
### Build from sources