about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-06-15 17:56:01 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-06-15 17:56:01 +0000
commit81ea0b29ea3a8d426e8cf8362fefaa61906c1b91 (patch)
tree71a2b20667ca38e5029ca03a98f22c949993e9ee /docs
parent2445d740f741c9d0954822ef0f0cd0c2a1c6acd2 (diff)
downloadrust-81ea0b29ea3a8d426e8cf8362fefaa61906c1b91.tar.gz
rust-81ea0b29ea3a8d426e8cf8362fefaa61906c1b91.zip
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-2023-06-15
Diffstat (limited to 'docs')
-rw-r--r--docs/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md
index 4c2b0fa1704..c6210f958d6 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -2,7 +2,7 @@
 
 rustc_codegen_cranelift can be used as a near-drop-in replacement for `cargo build` or `cargo run` for existing projects.
 
-Assuming `$cg_clif_dir` is the directory you cloned this repo into and you followed the instructions (`y.rs prepare` and `y.rs build` or `test.sh`).
+Assuming `$cg_clif_dir` is the directory you cloned this repo into and you followed the instructions (`y.sh prepare` and `y.sh build` or `test.sh`).
 
 ## Cargo