Skip to content

Commit

Permalink
Added install instructions to readme and added bin to composer conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantios Krugor committed Jan 19, 2021
1 parent 7f06b8a commit 476a134
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"email": "git@xantios.nl"
}
],
"bin": ["bin/maple"],
"require": {
"react/child-process": "^0.6.1",
"symfony/console": "^5.2",
Expand Down
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 476a134

Please sign in to comment.