address comments

[ci skip]
This commit is contained in:
Robert Habermeier 2016-06-15 01:16:10 +02:00
parent 58948c53ff
commit 44ed899fb3
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ $ curl https://sh.rustup.rs -sSf | sh
- Windows
Make sure you have Visual Studio 2015 with C++ support installed. Next, use the following commands to install and set up the msvc toolchain:
Make sure you have Visual Studio 2015 with C++ support installed. Next, download and run the rustup installer from
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe and use the following command to install and set up the msvc toolchain:
```
$ rustup toolchain install stable-x86_64-pc-windows-msvc
$ rustup default stable-x86_64-pc-windows-msvc
```