From da0db418880d9d0967a97c81f716b35ea9b66b90 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 6 Sep 2018 13:52:57 +0200 Subject: [PATCH] Update README.md (#678) Link to latest available appimage. Greets from r2con 2018 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6aa274f7..88876d4c 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Cutter is not aimed at existing radare2 users. It instead focuses on those whose Cutter is available for all platforms (Linux, OS X, Windows). You can download the latest release [here](https://github.com/radareorg/cutter/releases). - * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.6/Cutter-v1.6-x86_64.AppImage) file. Then just make it executable and run it: - * `chmod +x Cutter-v1.6-x86_64.AppImage` - * `./Cutter-v1.6-x86_64.AppImage` + * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-x86_64.AppImage) file. Then just make it executable and run it: + * `chmod +x Cutter-v1.7.1-x86_64.AppImage` + * `./Cutter-v1.7.1-x86_64.AppImage` ### Building from source