X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Readme.md;h=dad8ed90b53b8307fb1c4b72d40b15a59c2878bd;hb=f7cfb9d6d5abee6c3774fa7530f3fbf4e174137a;hp=37644b6382c537d101ede711f32676f0b5715a9d;hpb=fe6a2892a6dd285774c3b1c84a2de45209454ce6;p=rust.git diff --git a/Readme.md b/Readme.md index 37644b6382c..dad8ed90b53 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.sh build +$ $cg_clif_dir/build/cargo build ``` This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.