Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the MSVC install instructions
This line can be simplified from: `If installing Visual Studio 2017 or 2019, make sure to enable **C++** in the list of workflows to install.` To: `Make sure to enable **C++** in the list of workflows to install.` This line is not needed as we don't support 2015 anymore: `If installing Visual Studio 2015, make sure to run a **Custom** installation instead of **Typical** and select **C++** as a language there.` This can be simplified from: `If you've already made the mistake of installing Visual Studio without C++ support, run the installer again; it should present you a **Modify** button.` To: `If you've already installed Visual Studio without C++ support, run the installer again; it should present you a **Modify** button.` From my checking on my system, this line is no longer true, so we can remove it: `Running the installer from *Add/Remove Programs* will only give you a **Repair** option, which won't let you install C++ tools.` Now we can move the simplified text up so that the reader does not have to dig through the entire document to find that important bit of information, while not making the text at the top much longer due removing outdated information.
- Loading branch information