Skip to content

Commit

Permalink
Update book/src/getting-started/quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai authored Dec 14, 2024
1 parent 5020ef2 commit b6f0653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ First to build the guest program:
cargo axiom build
```

This compiles to guest program into an [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) that can be found at `target/riscv32im-risc0-zkvm-elf` directory.
This compiles the guest program into an [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) that can be found at `target/riscv32im-risc0-zkvm-elf` directory.
Next, a host program is needed to run the ELF with openvm runtime. This is where one can configure the openvm with different parameters. There are a few steps:

```rust
Expand Down

0 comments on commit b6f0653

Please sign in to comment.