From dc7e8f13deeae576c528aca6344d8b098aac65ae Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 4 Dec 2023 18:08:51 -0700 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f383bf6..8216729 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ First, clone the repo and install the circom components: git clone git@github.com:status-im/codex-storage-proofs.git cd codex-storage-proofs npm i -cd circuits ``` Nex, compile circuits: ```sh -../scripts/circuit_prep.sh +./scripts/circuit-prep.sh ``` Running the tests: