Skip to content

Commit

Permalink
add a comment about how to use bootstap
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Nov 14, 2024
1 parent 62b1dc2 commit d2dc7de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zirgen/bootstrap/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ struct Args {
circuit: Circuit,

/// Output path for the generated circuit files.
///
/// When bootstapping the risc0 monorepo, this should be the path to the repo root.
#[clap(long)]
output: Option<PathBuf>,
}
Expand Down

0 comments on commit d2dc7de

Please sign in to comment.