From f3aa603d76671b2bbeedbc9bf0d54e4b507d1350 Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Mon, 14 Apr 2025 17:38:44 +0100 Subject: [PATCH] Update pre-requisites and add text to Quick Start Guide --- Home.md | 3 ++- Installation.md | 7 +++++-- Quick-Start-Guide.md | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) 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