From 1381f0bfbf14193230b5b2e61565f84a8b4a064e Mon Sep 17 00:00:00 2001
From: Peter 201943 Mangelsdorf <pjm349@drexel.edu>
Date: Fri, 4 Mar 2022 21:32:25 -0500
Subject: [PATCH] add warning to install guide and correct git config

---
 INSTALL.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 0ad86f0..2acf09b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,10 +21,9 @@ cd se420-team-blue
 
 ## 7. Cleanup Line Endings (Windows Only)
     
-Make sure you can see the `.git` directory before running this command.
-
 ```bash
-git config core.autocrlf input
+git config --global core.autocrlf input
+git config --list # make sure the "core.autocrlf=input", if not, DO NOT CONTINUE!
 ```
 
 ## 8. Navigate to the EvaP Directory
@@ -36,6 +35,8 @@ cd EvaP
 ```bash
 vagrant up
 ```
+While this is running, also open the VirtualBox manager app and click "Show" to open the terminal.  
+***KEEP THIS WINDOWN OPEN***, the installation can stall if you do not.  
 
 ## 10. Activate Vagrant Connection
 ```bash
-- 
GitLab