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
1 changed files with 1 additions and 2 deletions

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
cd codex-storage-proofs
npm i
cd circuits
```
Nex, compile circuits:
```sh
../scripts/circuit_prep.sh
./scripts/circuit-prep.sh
```
Running the tests: