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