Skip to content

Commit

Permalink
⬆️update: updated the Readme.md to have the example of running the he…
Browse files Browse the repository at this point in the history
…llo_world using the `blitzer` feature
  • Loading branch information
Abiji-2020 authored Oct 11, 2024
1 parent ecbadca commit 3ab3aaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/proof-of-sql/examples/hello_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This example demonstrates generating and verifying a proof of the query `SELECT
cargo run --example hello_world --features="test"
```

> [!NOTE]
> To run this example with the `blitzar` feature:
> ```bash
> cargo run --example hello_world --features="blitzar test"
> ```
#### Output
```
Expand Down

0 comments on commit 3ab3aaf

Please sign in to comment.