Skip to content

Commit 07a2faa

Browse files
committed
Document npm install [skip ci]
1 parent d399735 commit 07a2faa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ Travis CI is the canonical source truth.
66

77
## Install Contribution Dependencies
88

9-
Install dependencies in a virtual environment.
9+
Install Python dependencies in a virtual environment.
1010

1111
```sh
1212
pip install --editable .[dev]
1313
```
1414

15+
Insall `npm` dependencies for linting Markdown files:
16+
17+
```
18+
npm install -g markdownlint-cli
19+
```
20+
1521
Spell checking requires `enchant`.
1622
This can be installed on macOS, for example, with [Homebrew](http://brew.sh):
1723

0 commit comments

Comments
 (0)