update readme

This commit is contained in:
Iuri Matias 2018-06-28 10:38:20 -04:00
parent 89bd041125
commit 02bdd8360b
1 changed files with 24 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
Embark-Haml
======
Plugin for [Embark](https://github.com/embark-framework/embark) to support haml templates
Installation
======
In your embark dapp directory:
```npm install embark-haml --save```
then add embark-solc to the plugins section in ```embark.json```:
```Json
"plugins": {
"embark-haml": {}
}
```
Requirements
======
- Embark 3.0.0 or higher