From 63788c17155f03a87b8ce7426947bd58dd3b1804 Mon Sep 17 00:00:00 2001 From: fcasal Date: Wed, 25 Apr 2018 14:30:53 +0100 Subject: [PATCH] Updated readme with AppImage usage instructions (#462) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 77a9c551..ca647484 100644 --- a/README.md +++ b/README.md @@ -18,6 +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.4/Cutter-v1.4-x86_64.AppImage) file. Then just make it executable and run it: + * `chmod +x Cutter-v1.4-x86_64.AppImage` + * `./Cutter-v1.4-x86_64.AppImage` ### Building from source