diff --git a/INSTALL.md b/INSTALL.md
index 0ad86f0211b1152dfcf249645f53524659fccaef..2acf09b5041b7e12f1360a0314b9c24043d7d269 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