Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Jul 4, 2016
1 parent 856ef71 commit 1f0310e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ This module allows you to run Jasmine specs for your Node.js code. The output wi
http://jasmine.github.io/2.4/node.html

## Installation
```sh
# Local installation:
npm install --save-dev jasmine

`npm install -g jasmine`
# Global installation
npm install -g jasmine
```

## Initializing

Expand Down

0 comments on commit 1f0310e

Please sign in to comment.