Skip to content

Commit

Permalink
Document cairo_layout_param_file in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Sep 27, 2024
1 parent 7dcbbfa commit c59117a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ The cairo-vm-cli supports the following optional arguments:

- `run_from_cairo_pie`: Runs a Cairo PIE instead of a compiled json file. The name of the file will be the first argument received by the CLI (as if it were to run a normal compiled program). Can only be used if proof_mode is not enabled.

- `cairo_layout_params_file`: Only used with dynamic layout. Receives the name of a json file with the dynamic layout parameters.

For example, to obtain the air public inputs from a fibonacci program run, we can run :

```bash
Expand Down

0 comments on commit c59117a

Please sign in to comment.