Skip to content

Commit

Permalink
Merge branch 'main' into RangeCheck96
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh0g0-1758 authored Aug 19, 2024
2 parents 19f4782 + 8e99de4 commit d1eb508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pip install cairo-lang==0.13.1
When the installation is completed, you can run the `cairo-compile` command:

```bash
cairo-compile ./integration_tests/cairo_files/factorial.cairo --proof_mode --output ./factorial_compiled.json
cairo-compile ./integration_tests/cairo_zero_file_tests/factorial.cairo --proof_mode --output ./factorial_compiled.json
```

This will compile `factorial.cairo` and store the compilation result in `factorial_compiled.json`. The `--proof_mode` flag makes the compilation output contain special identifiers that allow the generation of a proof of execution from the VM later on.
Expand Down

0 comments on commit d1eb508

Please sign in to comment.