Skip to content

Commit

Permalink
CONTRIBUTING: clarify that you install the tools once
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 23, 2022
1 parent ffac7fd commit 0e63459
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@ one that is needlessly restrictive and complex.
### Consistency Checks

The Specification has a number of tools it uses to check things like style,
spelling and link validity. You can run all of these locally via:
spelling and link validity. Before using the tools, run:

```bash
npm install # get the tools
make check # run all checks
npm install
```

You can perform all checks locally using this command:

```bash
make check
```

Note: This can take a long time as it checks all links. You should use this
Expand Down

0 comments on commit 0e63459

Please sign in to comment.