From 952930fbb63182894a89aa2986b4a5f55db88524 Mon Sep 17 00:00:00 2001
From: Peter 201943 Mangelsdorf <pjm349@drexel.edu>
Date: Fri, 4 Mar 2022 22:04:37 -0500
Subject: [PATCH] fix instructions ordering

---
 INSTALL.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 2acf09b..c0813e9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,21 +9,20 @@
 
 ## 4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands
 
-## 5. Clone the Team Repo
+## 5. Cleanup Line Endings (Windows Only)
+    
 ```bash
-git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue
+git config --global core.autocrlf input
 ```
 
-## 6. Navigate to the Project Directory
+## 6. Clone the Team Repo
 ```bash
-cd se420-team-blue
+git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue
 ```
 
-## 7. Cleanup Line Endings (Windows Only)
-    
+## 7. Navigate to the Project Directory
 ```bash
-git config --global core.autocrlf input
-git config --list # make sure the "core.autocrlf=input", if not, DO NOT CONTINUE!
+cd se420-team-blue
 ```
 
 ## 8. Navigate to the EvaP Directory
-- 
GitLab