]> git.lizzy.rs Git - rust.git/blobdiff - Readme.md
Rename cargo executable to cargo-clif
[rust.git] / Readme.md
index 37644b6382c537d101ede711f32676f0b5715a9d..8a2db5a43ecbf60488434ae6738677b8baad2d5b 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -37,7 +37,7 @@ Assuming `$cg_clif_dir` is the directory you cloned this repo into and you follo
 In the directory with your project (where you can do the usual `cargo build`), run:
 
 ```bash
-$ $cg_clif_dir/build/cargo.sh build
+$ $cg_clif_dir/build/cargo-clif build
 ```
 
 This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.