Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jul 29, 2024
1 parent c01469e commit b944c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ rustflags = ["--cfg", 'target_os="zkvm"',"-C", "target-feature=+crt-static", "-C
```
cd prover/examples/sha2 (Or prover/examples/revme)
cargo build --target=mips-unknown-linux-musl
cd ././
```

* Run the host program

```
cd ../..
RUST_LOG=info ELF_PATH=examples/sha2/target/mips-unknown-linux-musl/debug/sha2-bench SEG_OUTPUT=/tmp/output cargo run --release --example zkmips bench
Or
Expand Down

0 comments on commit b944c56

Please sign in to comment.