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,10 +23,12 @@ 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):
|
- **macOS**: Download the `.dmg` file or use [Homebrew Cask](https://github.com/Homebrew/homebrew-cask):
|
||||||
|
|
||||||
`brew install --cask cutter`
|
`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`
|
`choco install cutter`
|
||||||
|
|
||||||
|
`scoop bucket add extras` followed by `scoop install cutter`
|
||||||
|
|
||||||
### Build from sources
|
### Build from sources
|
||||||
|
|
||||||
To build Cutter from sources, please check the [Building Docs](https://cutter.re/docs/building.html).
|
To build Cutter from sources, please check the [Building Docs](https://cutter.re/docs/building.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user