Update README.md (#678)

Link to latest available appimage.
Greets from r2con 2018
This commit is contained in:
Pablo Castellano 2018-09-06 13:52:57 +02:00 committed by xarkes
parent ebc9b3e8bb
commit da0db41888

View File

@ -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