Update README.md (#783)

This commit is contained in:
fcasal 2018-10-09 00:04:59 +01:00 committed by xarkes
parent 116ffddb6a
commit 1cb80e0166

View File

@ -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). You can download the latest release [here](https://github.com/radareorg/cutter/releases).
* OSX: Download the latest `.dmg` file. * OSX: Download the latest `.dmg` file.
* Windows: Download the latest archive. * 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: * 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.AppImage` * `chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage`
* `./Cutter-v1.7.2-x86_64.AppImage` * `./Cutter-v1.7.2-x86_64.Linux.AppImage`
## Building from sources ## Building from sources