mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
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:
parent
4e0e0000e1
commit
3921ba172e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user