Updated Home (markdown)

irinl5 2021-12-18 18:46:55 +03:00
parent 23aa5f0335
commit 8407f915bd

@ -15,15 +15,15 @@ Cutter is a free and open-source reverse engineering platform powered by [rizin]
## Getting Cutter
### Download
Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from [GitHub Releases](https://github.com/rizinorg/cutter/releases).
Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from [GitHub Releases](https://linkify.me/ETYGsJv).
- **Linux**: Download the `.AppImage` file. Then make it executable and run as below or use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher).
- [**Linux releases**](https://linkify.me/ETYGsJv): Download the `.AppImage` file. Then make it executable and run as below or use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher).
`chmod +x Cutter*.AppImage; ./Cutter*.AppImage`
- **macOS**: Download the `.dmg` file or use [Homebrew Cask](https://github.com/Homebrew/homebrew-cask):
- [**macOS releases**](https://linkify.me/ETYGsJv): 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 releases**](https://linkify.me/ETYGsJv): Download the `.zip` archive or use [Chocolatey](https://chocolatey.org):
`choco install cutter`