update readme

This commit is contained in:
Iuri Matias 2018-06-28 11:43:08 -04:00
parent 3bdd4a94ae
commit cb667aa04e
1 changed files with 25 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
Embark-Fortune
======
Plugin for [Embark](https://github.com/embark-framework/embark) to display a fortune quote in the console after each build
Installation
======
In your embark dapp directory:
```npm install embark-fortune --save```
then add embark-fortune to the plugins section in ```embark.json```:
```Json
"plugins": {
"embark-fortune": {}
}
```
Requirements
======
- Embark 3.1.0 or higher