]> git.lizzy.rs Git - rust.git/blobdiff - Readme.md
Remove shl/shr special handling for 128bit ints
[rust.git] / Readme.md
index 37644b6382c537d101ede711f32676f0b5715a9d..dad8ed90b53b8307fb1c4b72d40b15a59c2878bd 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 build
 ```
 
 This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.