Update pre-requisites and add text to Quick Start Guide

Daniel Winning 2025-04-14 17:38:44 +01:00
parent 032e0fa10d
commit f3aa603d76
3 changed files with 9 additions and 3 deletions

@ -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

@ -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

@ -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.