Add installation instructions

Daniel Winning 2025-04-14 16:57:56 +01:00
parent db48c7b3e1
commit f5b739aa82
2 changed files with 17 additions and 1 deletions

15
Installation.md Normal file

@ -0,0 +1,15 @@
# Pre-Requisites
Imperfectly, **Loom Spinner** requires **PHP 8.0+** and **Composer** to be installed on
your system.
# Installation
To install **Loom Spinner**, use the following Composer command:
```shell
composer global require loomlabs/spinner
```
This will download the package and add the binary to your `$PATH` so you can call `spinner` commands on
your machine.

@ -1 +1,2 @@
- [Home](Home)
- [Home](Home)
- [Installation](Installation)