From 4ef63ebc74cb5da903827ae2f3d66aef5cf78be7 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 1 Feb 2018 16:59:20 +0100 Subject: [PATCH] Fix instructions because of name change (#310) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 712499bf..18a5d990 100644 --- a/README.md +++ b/README.md @@ -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