From 1cb80e01669a0a4a1eeb91592119de2267dd7214 Mon Sep 17 00:00:00 2001 From: fcasal Date: Tue, 9 Oct 2018 00:04:59 +0100 Subject: [PATCH] Update README.md (#783) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 900cd9cb..cc2e7a77 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Cutter is available for all platforms (Linux, OS X, Windows). You can download the latest release [here](https://github.com/radareorg/cutter/releases). * OSX: Download the latest `.dmg` file. * Windows: Download the latest archive. - * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86_64.AppImage) file. Then just make it executable and run it: - * `chmod +x Cutter-v1.7.2-x86_64.AppImage` - * `./Cutter-v1.7.2-x86_64.AppImage` + * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86_64.Linux.AppImage) file. Then just make it executable and run it: + * `chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage` + * `./Cutter-v1.7.2-x86_64.Linux.AppImage` ## Building from sources