@@ -4,8 +4,8 @@ This document describes how to set up a Windows computer to take CS 3 at Caltech
## For Students
1. Clone this repository in `C:\Users\<username>`, so that the path to the top-level folder is `C:\Users\<username>\caltech-cs3-msvc`.
2. Add `C:\Users\<username>\caltech-cs3-msvc\bin` to your PATH. (Start -> "Edit the system environment variables -> Environment Variables -> System Variables/Path)
1. Clone this repository in `C:\Users\<username>`, so that the path to the top-level folder is `C:\Users\<username>\msvc`.
2. Add `C:\Users\<username>\msvc\bin` to your PATH. (Start -> "Edit the system environment variables -> Environment Variables -> System Variables/Path)
3. Download Visual Studio Community from <https://visualstudio.microsoft.com/downloads/>.
4. Run the downloaded file, accepting default options. A second installer will open.
5. Click on the "Available" tab, then under Visual Studio Community 2019, click "More -> Import Configuration".