Update pre-requisites and add text to Quick Start Guide
parent
032e0fa10d
commit
f3aa603d76
3 changed files with 9 additions and 3 deletions
3
Home.md
3
Home.md
|
@ -7,7 +7,8 @@ It is designed to be **highly configurable** whilst requiring _minimal configura
|
||||||
|
|
||||||
## What's Included?
|
## 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:
|
- A PHP Container with:
|
||||||
- PHP 8.4
|
- PHP 8.4
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
# Pre-Requisites
|
# Pre-Requisites
|
||||||
|
|
||||||
Imperfectly, **Loom Spinner** requires **PHP 8.0+** and **Composer** to be installed on
|
Imperfectly, **Loom Spinner** requires the following tools installed on your system:
|
||||||
your system.
|
|
||||||
|
- PHP 8.3+
|
||||||
|
- [Composer](https://getcomposer.org/download/)
|
||||||
|
- [Docker Engine](https://www.docker.com/) - Either with Docker Desktop or CLI.
|
||||||
|
|
||||||
# Installation
|
# 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.
|
Loading…
Add table
Reference in a new issue