File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 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
3333may not work because, for the moment, the kernel depends on some unstable
3434Rust features.
3535
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::
3838
3939 rustup override set $(scripts/min-tool-version.sh rustc)
4040
4141This 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:
4448
4549 https://forge.rust-lang.org/infra/other-installation-methods.html#standalone
4650
You can’t perform that action at this time.
0 commit comments