From 99ad35f00d3a1d3c7e8692ab34ea849b0768c4b4 Mon Sep 17 00:00:00 2001 From: Uleat Date: Sat, 6 Jul 2019 20:24:41 -0400 Subject: [PATCH] Updated Ground Up Windows Install Rework (markdown) --- Ground-Up-Windows-Install-Rework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ground-Up-Windows-Install-Rework.md b/Ground-Up-Windows-Install-Rework.md index a23a304..c8ede68 100644 --- a/Ground-Up-Windows-Install-Rework.md +++ b/Ground-Up-Windows-Install-Rework.md @@ -116,7 +116,7 @@ During the install process, ensure the option for `Desktop development with C++` ![](https://user-images.githubusercontent.com/3311166/60468475-b40e3b80-9c27-11e9-8b2b-462bd0f22165.png) -_Note: This package is required by Visual Studio to compile c/c++ code and by CMake to determine available compiler options. It will cause CMake file generation to fail, if not enabled._ +_Note: This package is required by Visual Studio to compile c/c++ code and by CMake to determine available compiler options. It will also cause CMake file generation to fail, if not enabled._
@@ -180,7 +180,7 @@ There are two options:
-If you chose options 1, create a sub-folder called `git-eqemulator` in the root folder of c: drive. +If you chose option 1, create a sub-folder called `git-eqemulator` in the root folder of c: drive. If you chose option 2, create a sub-folder called `git-` in the root folder of c: drive. (example: git username is `Pavlov`, folder name would be `git-pavlov`)