Skip to content

Commit 4653bb2

Browse files
committed
Update README.md with instructions for specifying a toolchain commit SHA
1 parent 149897b commit 4653bb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

collector/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ The following arguments are mandatory.
9191
`+f7bb8e3677ba4277914e85a3060e5d69151aed44` in which case `rustup` will be
9292
used to obtain the toolchain, downloading it if necessary. The commit SHA
9393
of the toolchain does not need to be in the `rustc` `master` branch, it can be e.g.
94-
the result of a `try` CI run. You will need to have
95-
[`rustup-toolchain-install-master`](https://github.com/kennytm/rustup-toolchain-install-master)
96-
installed in order for this to work.
94+
the result of a `try` CI run.
95+
96+
> [!NOTE]
97+
> If you want to specify a toolchain with a commit SHA, You will need to have [`rustup-toolchain-install-master`](https://github.com/kennytm/rustup-toolchain-install-master) installed.
9798
9899
The identifier under which the results will be put into the database varies.
99100
- If the `--id` option is specified, that identifer will be used.

0 commit comments

Comments
 (0)