Skip to content

Commit 2f36416

Browse files
authored
Some changes to README.md
1 parent c0ffc42 commit 2f36416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```bash
88
$ git clone https://github.com/bjorn3/rustc_codegen_cranelift.git
99
$ cd rustc_codegen_cranelift
10-
$ ./prepare.sh # downloads and patches sysroot src and installs hyperfine for benchmarking
10+
$ ./prepare.sh # download and patch sysroot src and install hyperfine for benchmarking
1111
$ ./test.sh
1212
```
1313

@@ -18,7 +18,7 @@ $ ./test.sh
1818
### Rustc
1919

2020
```bash
21-
$ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_codegen_cranelift.so my_crate.rs
21+
$ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_codegen_cranelift.so --sysroot $cg_clif_dir/build_sysroot/sysroot my_crate.rs
2222
```
2323

2424
### Cargo

0 commit comments

Comments
 (0)