]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/Readme.md
Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk
[rust.git] / compiler / rustc_codegen_cranelift / Readme.md
index 1e84c7fa3657b37afeb26614a49896fab8846b40..0e9c77244d4cc85d765371e97370db5c0adebf11 100644 (file)
@@ -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-clif build
+$ $cg_clif_dir/dist/cargo-clif build
 ```
 
 This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.