Update README.md

This commit is contained in:
Florian Märkl 2017-11-20 21:17:30 +01:00
parent f7958a802f
commit c5331e1ebc

View File

@ -54,12 +54,13 @@ qmake ../src
make
```
#### Method 2: Cmake
#### Method 2: CMake
```sh
cd src
mkdir build
cd build
cmake ..
make
```
Then run cutter: `./cutter` or `./build/cutter`