diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 08:49:31 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 08:49:31 -0700 |
| commit | 1921055dda282a891b68a447c763fc3e4812a1f7 (patch) | |
| tree | 608eff01d849374f80a5bd08843cebd137cbd68d /src/doc | |
| parent | 9dfcb41926714a6e9cc5db50b7417c48d3e2ab05 (diff) | |
| parent | 7d00eb61339f648222996df3f4c00ed045222a39 (diff) | |
rollup merge of #17294 : theevocater/master
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/guide.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 9c662b032bf..2f16c783446 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -29,8 +29,11 @@ $ curl -s https://static.rust-lang.org/rustup.sh | sudo sh (If you're concerned about `curl | sudo sh`, please keep reading. Disclaimer below.) -If you're on Windows, please [download this .exe and run -it](https://static.rust-lang.org/dist/rust-nightly-install.exe). +If you're on Windows, please download either the [32-bit +installer](https://static.rust-lang.org/dist/rust-nightly-i686-w64-mingw32.exe) +or the [64-bit +installer](https://static.rust-lang.org/dist/rust-nightly-x86_64-w64-mingw32.exe) +and run it. If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay. Not every programming language is great for everyone. Just pass an argument to |
