From 476a134640b695b47444bf3e226ef1b74a90e34f Mon Sep 17 00:00:00 2001 From: Xantios Krugor Date: Tue, 19 Jan 2021 15:16:18 +0100 Subject: [PATCH] Added install instructions to readme and added bin to composer conf --- composer.json | 1 + readme.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/composer.json b/composer.json index cce8953..071f64f 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ "email": "git@xantios.nl" } ], + "bin": ["bin/maple"], "require": { "react/child-process": "^0.6.1", "symfony/console": "^5.2", diff --git a/readme.md b/readme.md index 510e10b..3f2230b 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,15 @@ Maple providers the task runner you always wanted but never dared to ask for. ## NOTICE Maple is current in active development (say alpha state) production use is **NOT** yet recommend +## Installation +**Notice!** + +Currently there is no public stable release: please add `"minimum-stability": "dev"` to your composer.json + +```bash +composer require xantios/maple +``` + ## Configuration The configuration file is a plain PHP array