From eb7060c4505812b4c382c619df1dd31bd46aa71c Mon Sep 17 00:00:00 2001 From: Maxim Manylov Date: Mon, 15 Jan 2024 12:20:57 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4e68f..b75f36b 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Run the commands from the root of your project. Configure the project with `cmake`: ```bash -cmake -G "Unix makefiles" -B ${ZKLLVM_BUILD:-build} -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang-zkllvm . +cmake -G "Unix Makefiles" -B ${ZKLLVM_BUILD:-build} -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang-zkllvm . ``` Compile the circuit: