Skip to content

Commit a52049f

Browse files
committed
Added npm instructions. Resolves #207.
1 parent d70828e commit a52049f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ HTML\_CodeSniffer can be called in multiple ways:
2323
letting you browse through messages emitted from one of the defined standards.
2424
Where possible, the auditor also points you to the HTML element causing the problem.
2525
* It can also be run on the command line with the assistance of a headless browser app.
26+
* Using npm:
27+
```
28+
$ npm i -g npm
29+
$ npm i --save html_codesniffer
30+
```
2631

2732
### Licence
2833

0 commit comments

Comments
 (0)