Skip to content

Commit

Permalink
Fix rvm typo (#1440)
Browse files Browse the repository at this point in the history
Co-authored-by: juan.mv <[email protected]>
  • Loading branch information
Juan-M-V and juan.mv authored Sep 6, 2023
1 parent f7aae3d commit 2b11e1d
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 @@ -108,7 +108,7 @@ cd cairo-vm-cli; cargo build --release -F lambdaworks-felt; cd ..

The `-F lambdaworks-felt` part adds usage of [`lambdaworks-math`](https://github.com/lambdaclass/lambdaworks) as the backend for `Felt252`. This improves performance by more than 20%, and will be the default in the future.

Once the binary is built, it can be found in `target/release/` under the name `cairo-rvm-cli`.
Once the binary is built, it can be found in `target/release/` under the name `cairo-vm-cli`.

To compile a program, use `cairo-compile [path_to_the_.cairo_file] --output [desired_path_of_the_compiled_.json_file]`. For example:

Expand Down

0 comments on commit 2b11e1d

Please sign in to comment.