diff --git a/README.md b/README.md
index 112c522..f1f3c56 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,8 @@
# Installation
+* **The flow of this Git tutorial will be following closely to thw video tutorial I made here. The video will have a lot more explainations and information so be sure to follow along here: https://www.youtube.com/watch?v=VsNb3Egw6BE**
+
## docker-compose.yml file
@@ -154,7 +156,7 @@
* **Roundcube's volumes for its database and config files will be mapped to the current directory of the yml file.**
-* **Roundcube's volumes for its database and config files will be mapped to the current directory of the yml file.**
+* **Roundcube's default Host and Servers need to be changed to the URL your mail server will be reached.**
* **We are adding this container to our custom "hap-network".**
@@ -170,13 +172,38 @@
+**Once you've made all of the yml files and they are sitting in the same directory, you can right-click in an empty space in the folder where all your files are located and select 'Open in Terminal'.**
+
+**That opens a Powershell window inside that direcotry where you can enter this code to launch everything.**
+
+```ps1
+docker-compose up -d
+```
+
+
# Configurations
## Stalwart UI First Logon and Configuration
-* **Stalwart UI First Logon and Configuration**
+* **Once you've ran and built the HAProxy, Stalwart, and Roundcube containers, let's load up Stalwart's Admin UI.**
+
+* **If you check the Docker Logs of the Stalwart container, you'll see the initial login credentials provided right there. Log in using those.**
+
+* **Setting > Authentication > Settings. Make a Fallback Administrator. Save & Reload**
+
+* **Security > Allowed IP's. Add your hap-network as an Allowed IP range. Save & Reload**
+
+* **SMTP > Outbound > Relay Host. Add SMTP2GO information. Save & Reload**
+
+* **SMTP > Outbound > Routing. Add 'SMTP2GO' . Save & Reload**
+
+* **SMTP > Outbound > TLS. Disable DANE and MTA-STS. Save & Reload**
+
+* **Server > Network. Add your mail server's URL. Save & Reload**
+
+* **Click + Add and add the hap-network as a proxy network. Save & Reload**