Skip to content

Commit d73bd19

Browse files
committed
Rephrase Windows installation instruction
1 parent 240d647 commit d73bd19

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/user-guide/src/installation/other.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
The primary installation method, as described at <https://rustup.rs>, differs
44
by platform:
55

6-
* On Windows, download and run the [`rustup-init.exe` built for the
7-
`x86_64-pc-windows-msvc` target][setup]. In general, this is the build of
6+
* On Windows, download and run the `rustup-init.exe` built for the
7+
[`x86_64-pc-windows-msvc`] or [`aarch64-pc-windows-msvc`] target,
8+
depending on your OS architecture. In general, this is the build of
89
`rustup` one should install on Windows. This will require the Visual C++
910
Build Tools 2019 or equivalent (Visual Studio 2019, etc.) to already be
10-
installed. If you would prefer to install GNU toolchains or the i686 or aarch64
11+
installed. If you would prefer to install GNU toolchains or the i686
1112
toolchains by default this can be modified at install time, either
1213
interactively, with the `--default-host` flag, or after installation
1314
via `rustup set default-host`.
1415
* On Unix, run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` in your shell. This
1516
downloads and runs [`rustup-init.sh`], which in turn downloads and runs the
1617
correct version of the `rustup-init` executable for your platform.
1718

18-
[setup]: https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
19+
[`x86_64-pc-windows-msvc`]: https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
20+
[`aarch64-pc-windows-msvc`]: https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
1921
[`rustup-init.sh`]: https://static.rust-lang.org/rustup/rustup-init.sh
2022

2123
`rustup-init` accepts arguments, which can be passed through the shell script.

0 commit comments

Comments
 (0)