We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d399735 commit 07a2faaCopy full SHA for 07a2faa
CONTRIBUTING.md
@@ -6,12 +6,18 @@ Travis CI is the canonical source truth.
6
7
## Install Contribution Dependencies
8
9
-Install dependencies in a virtual environment.
+Install Python dependencies in a virtual environment.
10
11
```sh
12
pip install --editable .[dev]
13
```
14
15
+Insall `npm` dependencies for linting Markdown files:
16
+
17
+```
18
+npm install -g markdownlint-cli
19
20
21
Spell checking requires `enchant`.
22
This can be installed on macOS, for example, with [Homebrew](http://brew.sh):
23
0 commit comments