From 1f0310ec4bb6fd801dcf4b4281269f6d71cccb11 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Sun, 3 Jul 2016 22:02:13 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e75718d0..2a52faee 100644 --- a/README.md +++ b/README.md @@ -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