From 788d10e4830b278521408b2115c52d61cfd948bb Mon Sep 17 00:00:00 2001 From: Trent Oswald Date: Fri, 12 Jun 2015 22:40:38 -0600 Subject: [PATCH] Added `npm start` to README instructions --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a4d242b..6898e02 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,9 @@ Installation > For development purposes only. -Install NPM dependencies: - +To get started, install NPM and Bower dependencies, and do an initial build with Gulp: ``` -npm install -``` - -Install Bower dependencies: - -``` -bower install +npm start ``` Run Gulp once: