diff --git a/Home.md b/Home.md
index 142aef2..4d82404 100644
--- a/Home.md
+++ b/Home.md
@@ -7,7 +7,8 @@ It is designed to be **highly configurable** whilst requiring _minimal configura
 
 ## What's Included?
 
-By default, a Spinner environment contains the following set of tools:
+By default, a Spinner environment includes everything you need to start serving and debugging your PHP project locally.
+The default environment contains the following set of tools:
 
 - A PHP Container with:
   - PHP 8.4
diff --git a/Installation.md b/Installation.md
index 8502b0c..eb75071 100644
--- a/Installation.md
+++ b/Installation.md
@@ -1,7 +1,10 @@
 # Pre-Requisites
 
-Imperfectly, **Loom Spinner** requires **PHP 8.0+** and **Composer** to be installed on
-your system.
+Imperfectly, **Loom Spinner** requires the following tools installed on your system:
+
+- PHP 8.3+
+- [Composer](https://getcomposer.org/download/)
+- [Docker Engine](https://www.docker.com/) - Either with Docker Desktop or CLI.
 
 # Installation
 
diff --git a/Quick-Start-Guide.md b/Quick-Start-Guide.md
index e69de29..cccc795 100644
--- a/Quick-Start-Guide.md
+++ b/Quick-Start-Guide.md
@@ -0,0 +1,2 @@
+After [installation](Installation), you'll need to ensure that your **Docker Engine** is installed and
+running before running any `spinner` commands. 
\ No newline at end of file