From 056f96d3ed15b5dc6a3312d366c043330e7e82b3 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 15 Jan 2014 08:25:48 +0200 Subject: [PATCH] update readme and npm commands --- README.md | 5 +---- package.json | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df8917d..73eda5d 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,8 @@ ## Getting things up and running git clone git@github.com:leonidas/gulp-project-template.git - npm install -g gulp - npm install -g bower npm install - bower install - gulp + npm start open http://localhost:9001 in your browser ## Enable LiveReload diff --git a/package.json b/package.json index 24a0a24..685eb1e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Project template for gulp.js", "main": "gulpfile.js", "scripts": { - "prepublish": "./node_modules/.bin/bower install", - "start": "./node_modules/.bin/gulp" + "prepublish": "bower install", + "start": "gulp" }, "keywords": [ "gulp",