From 0aafc135cf80d036885d150e3f112cd656438da1 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Thu, 6 Feb 2020 20:28:30 -0500 Subject: [PATCH] Correct project directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59eb57d..13522b7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ git clone https://github.com/fuzzitdev/example-c ```bash # you might need to export CXX= CC= -cd continuous-fuzzing-example +cd example-c mkdir build && cd build export CC=`which clang` export CXX=`which clang++`