diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-15 19:37:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-15 19:37:23 +0200 |
| commit | f2895f314342814ff4ee87b73cf4b3eefcf13868 (patch) | |
| tree | 5bc67aff79b182c57f006bdbe45e132e87f1ff2e /docs | |
| parent | 45781e107c37524386478b02082700f09bd10d78 (diff) | |
| parent | e9bd63af3cfc192f0f998debbf5ab3e597781cec (diff) | |
| download | rust-f2895f314342814ff4ee87b73cf4b3eefcf13868.tar.gz rust-f2895f314342814ff4ee87b73cf4b3eefcf13868.zip | |
Merge pull request #1357 from bjorn3/build_system_rework6
Support testing of cg_clif in rust's CI
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/usage.md | 2 |
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 |
