X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Readme.md;h=8a2db5a43ecbf60488434ae6738677b8baad2d5b;hb=74b9232ee8001b6204a3c357a7793a6d152bd8ca;hp=dad8ed90b53b8307fb1c4b72d40b15a59c2878bd;hpb=73d2e2296981b78f864ae8ed159bcd1f6b6392ef;p=rust.git diff --git a/Readme.md b/Readme.md index dad8ed90b53..8a2db5a43ec 100644 --- 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 build +$ $cg_clif_dir/build/cargo-clif build ``` This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.