Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 476a134

Browse files
author
Xantios Krugor
committedJan 19, 2021
Added install instructions to readme and added bin to composer conf
1 parent 7f06b8a commit 476a134

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎composer.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"email": "git@xantios.nl"
99
}
1010
],
11+
"bin": ["bin/maple"],
1112
"require": {
1213
"react/child-process": "^0.6.1",
1314
"symfony/console": "^5.2",

‎readme.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Maple providers the task runner you always wanted but never dared to ask for.
99
## NOTICE
1010
Maple is current in active development (say alpha state) production use is **NOT** yet recommend
1111

12+
## Installation
13+
**Notice!**
14+
15+
Currently there is no public stable release: please add `"minimum-stability": "dev"` to your composer.json
16+
17+
```bash
18+
composer require xantios/maple
19+
```
20+
1221
## Configuration
1322

1423
The configuration file is a plain PHP array

0 commit comments

Comments
 (0)
Please sign in to comment.