From b9f67afd7afd035104793876634b6f9a6e9b3643 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Thu, 18 Jul 2013 08:11:16 -0700 Subject: [PATCH] Updated Moving to NPM and Grunt (markdown) --- Moving-to-NPM-and-Grunt.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Moving-to-NPM-and-Grunt.md b/Moving-to-NPM-and-Grunt.md index 0ebf703..ae0a581 100644 --- a/Moving-to-NPM-and-Grunt.md +++ b/Moving-to-NPM-and-Grunt.md @@ -11,9 +11,11 @@ The actual development tasks will be run via [Grunt](gruntjs.com). Grunt requir ## Installation ### From Source -`git clone https://github.com/openlayers/ol3.git -cd ol3 -npm install` +`git clone https://github.com/openlayers/ol3.git` + +`cd ol3` + +`npm install` ### From NPM