From c419de61cac56226bfc01e233326c6e0d51d2ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sat, 14 Jul 2018 22:35:39 +0200 Subject: [PATCH] Update AppImage info in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05219d3b..9a0fde4b 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.5/Cutter-v1.5-x86_64.AppImage) file. Then just make it executable and run it: - * `chmod +x Cutter-v1.5-x86_64.AppImage` - * `./Cutter-v1.5-x86_64.AppImage` + * 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` ### Building from source