]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril
[rust.git] / README.md
index 86915106df904497519e8afd13833925d4119d0e..15d09f4aada3b0090780252a39f96eddb026c7ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -130,11 +130,9 @@ build.
 
 MSVC builds of Rust additionally require an installation of Visual Studio 2017
 (or later) so `rustc` can use its linker.  The simplest way is to get the
-[Visual Studio Build Tools] and check the “C++ build tools” workload.
+[Visual Studio], check the “C++ build tools” and “Windows 10 SDK” workload.
 
-Windows 10 SDK is also required now. 
-
-[Visual Studio Build Tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
+[Visual Studio]: https://visualstudio.microsoft.com/downloads/
 
 (If you're installing cmake yourself, be careful that “C++ CMake tools for
 Windows” doesn't get included under “Individual components”.)