From 697eb66aba99aa359db46c3b7abc25180d6485ae Mon Sep 17 00:00:00 2001 From: nico <25092016+ndaprela@users.noreply.github.com> Date: Wed, 13 Feb 2019 07:38:58 +0100 Subject: [PATCH] update the README closes #1182 (#1187) * update the README closes #1182 added Homebrew Cask installation method for macOS * Update README.md * Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53efa177..7a9d0357 100644 --- a/README.md +++ b/README.md @@ -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 ` + * `./` ## Building from sources