diff --git a/README.md b/README.md index 900cd9cb..cc2e7a77 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,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 archive. - * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86_64.AppImage) file. Then just make it executable and run it: - * `chmod +x Cutter-v1.7.2-x86_64.AppImage` - * `./Cutter-v1.7.2-x86_64.AppImage` + * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86_64.Linux.AppImage) file. Then just make it executable and run it: + * `chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage` + * `./Cutter-v1.7.2-x86_64.Linux.AppImage` ## Building from sources