update the README closes #1182 (#1187)

* update the README closes #1182

added Homebrew Cask installation method for macOS

* Update README.md

* Update README.md
This commit is contained in:
nico 2019-02-13 07:38:58 +01:00 committed by Itay Cohen
parent b5a69357d6
commit 697eb66aba

View File

@ -13,13 +13,13 @@ Cutter is a Qt and C++ GUI for radare2. Its goal is making an advanced, customiz
# Downloading a release
Cutter is available for all platforms (Linux, OS X, Windows).
Cutter is available for all platforms (Linux, macOS, Windows).
You can download the latest release [here](https://github.com/radareorg/cutter/releases).
* OSX: Download the latest `.dmg` file.
* macOS: Download the latest `.dmg` file or use [Homebrew Cask](https://github.com/Homebrew/homebrew-cask) `brew cask install cutter`.
* Windows: Download the latest Zip archive.
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.4/Cutter-v1.7.4-x64.Linux.AppImage) file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.4-x64.Linux.AppImage`
* `./Cutter-v1.7.4-x64.Linux.AppImage`
* Linux: Download the latest AppImage file. Then just make it executable and run it:
* `chmod +x <appimage_file>`
* `./<appimage_file>`
## Building from sources