/ README.md
README.md
1 Embark-Haml 2 ====== 3 4 Plugin for [Embark](https://github.com/embark-framework/embark) to support haml templates 5 6 Installation 7 ====== 8 9 In your embark dapp directory: 10 ```npm install embark-haml --save``` 11 12 then add embark-solc to the plugins section in ```embark.json```: 13 14 ```Json 15 "plugins": { 16 "embark-haml": {} 17 } 18 ``` 19 20 Requirements 21 ====== 22 23 - Embark 3.0.0 or higher 24