update readme

This commit is contained in:
Jaremy Creechley 2023-12-04 18:08:51 -07:00
parent f8e4b3e2da
commit dc7e8f13de
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -13,13 +13,12 @@ First, clone the repo and install the circom components:
git clone git@github.com:status-im/codex-storage-proofs.git git clone git@github.com:status-im/codex-storage-proofs.git
cd codex-storage-proofs cd codex-storage-proofs
npm i npm i
cd circuits
``` ```
Nex, compile circuits: Nex, compile circuits:
```sh ```sh
../scripts/circuit_prep.sh ./scripts/circuit-prep.sh
``` ```
Running the tests: Running the tests: