diff --git a/prover/crates/bin/witness_generator/README.md b/prover/crates/bin/witness_generator/README.md index fd607aab276a..a318a4612069 100644 --- a/prover/crates/bin/witness_generator/README.md +++ b/prover/crates/bin/witness_generator/README.md @@ -54,11 +54,11 @@ Note that the very first input table (`witness_inputs`) is populated by the tree ## Running BWG for custom batch After releases `prover-v15.1.0` and `core-v24.9.0` basic witness generator doesn't need access to core database anymore. -Database information now lives in input file, called `witness_inputs_.bin` -generated by different core components). +Database information now lives in input file, called `witness_inputs_.bin` generated by different core +components). -This file is stored by prover gateway in GCS (or your choice of object storage -- check config). -To access it from GCS (assuming you have access to the bucket), run: +This file is stored by prover gateway in GCS (or your choice of object storage -- check config). To access it from GCS +(assuming you have access to the bucket), run: ```shell gsutil cp gs://your_bucket/witness_inputs/witness_inputs_.bin