Skip to content

Commit 86c57a8

Browse files
committed
mention ./miri build
1 parent d25589f commit 86c57a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ install that exact version of rustc as a toolchain:
2828

2929
[`rustup-toolchain-install-master`]: https://github.com/kennytm/rustup-toolchain-install-master
3030

31+
Now building Miri is just one command away:
32+
33+
```
34+
./miri build
35+
```
36+
37+
Run `./miri` without arguments to see the other commands our build tool
38+
supports.
39+
3140
### Fixing Miri when rustc changes
3241

3342
Miri is heavily tied to rustc internals, so it is very common that rustc changes

0 commit comments

Comments
 (0)