Skip to content

Commit e94c2c8

Browse files
Update Readme
1 parent fe61a14 commit e94c2c8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,14 @@ a.google{color:#c0392b;font-weight:700;font-family:Verdana, 'Open Sans';font-siz
5757
<a href="http://Facebook.com" class="facebook" style="color: #8e44ad; margin: 300px;">Facebook</a>
5858
<a href="http://Outlook.com" id="outlook" style="color: #2980b9; padding: 50; position: absolute; top: 30px; left: 500px;">Outlook</a>
5959
```
60+
61+
### Or run it with node
62+
1. Install dependencies
63+
```js
64+
npm install
65+
```
66+
2. Run
67+
```js
68+
node index example myResult
69+
```
70+
A file myResult.html will be genereted in templates/example.

0 commit comments

Comments
 (0)