From 9d03818886a0a41fdd24a2ea3e9ddcf92b15c2ee 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 03446d2..c447787 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,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: