Skip to content

Commit a8965cc

Browse files
authored
Merge pull request #80 from amilajack/patch-2
Added better install method to readme
2 parents 856ef71 + 1f0310e commit a8965cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ This module allows you to run Jasmine specs for your Node.js code. The output wi
1515
http://jasmine.github.io/2.4/node.html
1616

1717
## Installation
18+
```sh
19+
# Local installation:
20+
npm install --save-dev jasmine
1821

19-
`npm install -g jasmine`
22+
# Global installation
23+
npm install -g jasmine
24+
```
2025

2126
## Initializing
2227

0 commit comments

Comments
 (0)