Fix instructions because of name change (#310)

This commit is contained in:
Moritz 2018-02-01 16:59:20 +01:00 committed by Maijin
parent bcba36a53d
commit 4ef63ebc74

View File

@ -62,9 +62,9 @@ cmake ../src
make
```
Then run cutter: `./cutter` or `./build/cutter`
Then run cutter: `./Cutter` or `./build/Cutter`
Note: If radare2 is not installed system-wide (`./sys/user.sh` installation for instance) you might want to use `LD_LIBRARY_PATH=$HOME/bin/prefix/radare2/lib ./cutter` to run cutter.
Note: If radare2 is not installed system-wide (`./sys/user.sh` installation for instance) you might want to use `LD_LIBRARY_PATH=$HOME/bin/prefix/radare2/lib ./Cutter` to run cutter.
## Troubleshooting