From 8e99de4ba71e0178a8b2ff418fa43487e3575194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carmen=20Irene=20Cabrera=20Rodr=C3=ADguez?= <49727740+cicr99@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:28:23 +0200 Subject: [PATCH] Fix path to test example (#644) fix path to test example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02eec88c..651dac156 100644 --- a/README.md +++ b/README.md @@ -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.