We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad728da + 28a4be7 commit 4d6fc9fCopy full SHA for 4d6fc9f
TUTORIAL.md
@@ -5,7 +5,15 @@ behavior has regressed in rustc. It automatically downloads rustc
5
artifacts and tests them against a project you provide until it finds
6
the regression.
7
8
-To install the tool run:
+## Installation
9
+
10
+If you're going to bisect for linux-musl host, install musl toolchain and run:
11
12
+```sh
13
+cargo install cargo-bisect-rustc --feature git2/vendored-openssl
14
+```
15
16
+Otherwise, run:
17
18
```sh
19
cargo install cargo-bisect-rustc
0 commit comments