diff --git a/CHANGELOG.md b/CHANGELOG.md
index 895aab1904b7f993aad69dfcef7d1413644e2c30..52e621e51fc31d8e93ea7fe9c931c4961231fd3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## [2022-03-04](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/1fb12013d0045e2de1e9cead69186837ec64e8ce)
 
+### Added
+- Created a custom [Installation Guide](INSTALL.md) for working with the project
+
 ### Changed
 - Moved all documents from `documents/` to the OneDrive (privacy)
 - Updated EvaP fork from GitHub
diff --git a/INSTALL.md b/INSTALL.md
index dafa54eab75d942f0627b0aa21d462c185b82cea..9cb9e8c384164f763415531cab8df696ac4c3ab0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -7,19 +7,19 @@
 
 ## 3. [Download VirtualBox](https://www.virtualbox.org/wiki/Downloads) or an equivalent compatible Virtual Machine System
 
-## 4. Cleanup Line Endings (Windows Only)
-    
-Make sure you are in the `team-blue` directory and can see the `.git` directory before running this command.
+## 4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands
 
+## 5. Clone the Team Repo
 ```bash
-git config core.autocrlf input
+git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue
 ```
 
-## 5. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands
+## 6. Cleanup Line Endings (Windows Only)
+    
+Make sure you are in the `team-blue` directory and can see the `.git` directory before running this command.
 
-## 6. Clone the Team Repo
 ```bash
-git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue
+git config core.autocrlf input
 ```
 
 ## 7. Navigate to the EvaP Directory