Fix AppImage Link in README.md

This commit is contained in:
Florian Märkl 2018-12-27 22:39:15 +01:00
parent e055457202
commit e64f3faca3

View File

@ -17,9 +17,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 Zip archive.
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.3/Cutter-v1.7.3-x86_64.Linux.AppImage) file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.3-x86_64.Linux.AppImage`
* `./Cutter-v1.7.3-x86_64.Linux.AppImage`
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.3/Cutter-v1.7.3-x64.Linux.AppImage) file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.3-x64.Linux.AppImage`
* `./Cutter-v1.7.3-x64.Linux.AppImage`
## Building from sources