From 3921ba172e2f97e50f3e9e1d4795d91848bb5d28 Mon Sep 17 00:00:00 2001 From: Lovecraft's_Cat <52252627+Lovecrafts-Cat@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:33:08 +0100 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5642875b..bdd37783 100644 --- a/README.md +++ b/README.md @@ -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