From f5b739aa82b28e99794d66c080cbef63de9eac0b Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Mon, 14 Apr 2025 16:57:56 +0100 Subject: [PATCH] Add installation instructions --- Installation.md | 15 +++++++++++++++ _Sidebar.md | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Installation.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..3b928f7 --- /dev/null +++ b/Installation.md @@ -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. \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index 70fef22..722dab6 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1 +1,2 @@ -- [Home](Home) \ No newline at end of file +- [Home](Home) +- [Installation](Installation) \ No newline at end of file