Skip to content

Commit

Permalink
don't recommend sudo, add npm install to test command
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Jan 1, 2017
1 parent b91c1dc commit 502c2ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,16 @@ A cleanup handler should never call `process.exit()`. If a handler prevents a si
This module includes an extensive test suite. You can run it from the module directory with either the [`tap`](http://www.node-tap.org/basics/) or [`subtap`](https://github.com/jtlapp/subtap) test runner, as follows:

```
sudo npm install -g tap
npm install -g tap
npm install
tap tests/*.js
```

or

```
sudo npm install -g subtap
npm install -g subtap
npm install
subtap
```

Expand Down

0 comments on commit 502c2ac

Please sign in to comment.