We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aacf8c commit 772441dCopy full SHA for 772441d
docs/src/prover-manual/bento/running_bento.md
@@ -59,11 +59,11 @@ scripts/boundless_service.sh stop
59
Using a simple test vector for testing different cycle counts (via the -c flag):
60
61
```bash
62
-RUST_LOG=info cargo run -F bento_cli --bin bento_cli -- -c 32
+RUST_LOG=info cargo run --bin bento_cli -- -c 32
63
```
64
65
Or with a existing elf / input file:
66
67
68
-RUST_LOG=info cargo run -F bento_cli --bin bento_cli -- -f ./crates/bento-client/method_name -i /tmp/input.bin
+RUST_LOG=info cargo run --bin bento_cli -- -f ./crates/bento-client/method_name -i /tmp/input.bin
69
0 commit comments