File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,18 @@ A particular version of the Rust compiler is required. Newer versions may or
33
33
may not work because, for the moment, the kernel depends on some unstable
34
34
Rust features.
35
35
36
- If ``rustup `` is being used, enter the checked out source code directory
37
- and run::
36
+ If ``rustup `` is being used, enter the kernel build directory (or use
37
+ `` --path=<build-dir> `` argument to the `` set `` sub-command) and run::
38
38
39
39
rustup override set $(scripts/min-tool-version.sh rustc)
40
40
41
41
This will configure your working directory to use the correct version of
42
- ``rustc `` without affecting your default toolchain. If you are not using
43
- ``rustup ``, fetch a standalone installer from:
42
+ ``rustc `` without affecting your default toolchain.
43
+
44
+ Note that the override applies to the current working directory (and its
45
+ sub-directories).
46
+
47
+ If you are not using ``rustup ``, fetch a standalone installer from:
44
48
45
49
https://forge.rust-lang.org/infra/other-installation-methods.html#standalone
46
50
You can’t perform that action at this time.
0 commit comments