From 1d13728e8aaf05837dc40407a3f1b7187f476534 Mon Sep 17 00:00:00 2001 From: Lech <88630083+Artemka374@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:44:53 +0300 Subject: [PATCH] fmt --- prover/crates/bin/witness_generator/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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