Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Savio <[email protected]>
  • Loading branch information
signorecello and Savio-Sou authored Oct 8, 2024
1 parent 2ec8929 commit 26b99b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ y = "2"
We're now ready to compile and execute our Noir program. By default the `nargo execute` command will do both, and generate the `witness` that we need to feed to our proving backend:

```sh
nargo execute hello-witness
nargo execute
```

You can now see the witness and the compiled circuit in the `target` folder. We're ready to prove
Expand All @@ -81,7 +81,7 @@ You can now see the witness and the compiled circuit in the `target` folder. We'
Using the `bb` CLI tool as an example:

```sh
bb prove -b ./target/hello_world.json -w ./target/hello-witness.gz -o ./target/proof
bb prove -b ./target/hello_world.json -w ./target/hello-world.gz -o ./target/proof
```

:::tip
Expand Down

0 comments on commit 26b99b1

Please sign in to comment.