From 44ed899fb388adce765c64064213a6fac855f424 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Wed, 15 Jun 2016 01:16:10 +0200 Subject: [PATCH] address comments [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f76acdd..ff729a3b7 100644 --- a/README.md +++ b/README.md @@ -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 ```