Update README.md

This commit is contained in:
xarkes 2018-09-30 12:53:31 +02:00 committed by GitHub
parent e63744fd79
commit 42afad98bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,10 @@ You can download the latest release [here](https://github.com/radareorg/cutter/r
* `chmod +x Cutter-v1.7.1-x86_64.AppImage`
* `./Cutter-v1.7.1-x86_64.AppImage`
## [Building from source](https://radareorg.github.io/cutter/building.html)
## Building from sources
To build Cutter on your local machine, please follow this guide: [Building from source](https://radareorg.github.io/cutter/building.html)
```sh
./build.sh
```
## Docker
To deploy *cutter* using a pre-built `Dockerfile`, it's possible to use the [provided configuration](docker). The corresponding `README.md` file also contains instructions on how to get started using the docker image with minimal effort.