Skip to content

Commit 2f35723

Browse files
committed
Correct windows install link in guide
This closes #17260. The guide references the old install location for the windows rust install before it was split into 64bit and 32bit installers. This adds a link to each binary.
1 parent f8426e2 commit 2f35723

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/doc/guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ $ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
2929
(If you're concerned about `curl | sudo sh`, please keep reading. Disclaimer
3030
below.)
3131

32-
If you're on Windows, please [download this .exe and run
33-
it](https://static.rust-lang.org/dist/rust-nightly-install.exe).
32+
If you're on Windows, please download either the [32-bit
33+
installer](https://static.rust-lang.org/dist/rust-nightly-i686-pc-mingw32.exe)
34+
or the [64-bit
35+
installer](https://static.rust-lang.org/dist/rust-nightly-x86_64-w64-mingw32.exe)
36+
and run it.
3437

3538
If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay.
3639
Not every programming language is great for everyone. Just pass an argument to

0 commit comments

Comments
 (0)