Skip to content

Commit

Permalink
Merge pull request #7 from OmgImAlexis/master
Browse files Browse the repository at this point in the history
don't recommend sudo, add npm install to test command
  • Loading branch information
jtlapp authored Jan 1, 2017
2 parents b91c1dc + 502c2ac commit cacb945
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 cacb945

Please sign in to comment.