From 2b11e1d5463c8243b971255efb52986a5cf4a925 Mon Sep 17 00:00:00 2001 From: Juan-M-V <102986292+Juan-M-V@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:11:42 -0300 Subject: [PATCH] Fix rvm typo (#1440) Co-authored-by: juan.mv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be093fda7..7c4997e432 100644 --- a/README.md +++ b/README.md @@ -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: