From 16ac1dd387fe5dc89b6fc1a1cf87c9fdcfd8493f Mon Sep 17 00:00:00 2001 From: xujiahuayz <31636867+xujiahuayz@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:42:01 +0100 Subject: [PATCH] Update README.md (#64) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b27cb77..e97d32a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ rustup install stable After that, use `cargo`, the standard Rust build tool, to build the library: ```bash git clone https://github.com/arkworks-rs/groth16.git +cd groth16 cargo build --release ```