From b7f1e9255eca137d9a9b3303fbdb65e11a18ca00 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Sat, 5 Apr 2014 02:17:55 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 232c713..a83ede3 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,15 @@ * Reloads your browser with LiveReload when files change ## Getting things up and running +- Install [Node.js](http://nodejs.org) - git clone git@github.com:leonidas/gulp-project-template.git - cd - npm install - npm start - open http://localhost:9001 in your browser - +``` + git clone git@github.com:leonidas/gulp-project-template.git + cd + npm install + npm start + open http://localhost:9001 in your browser +```` ## Commands * npm install * Installs server-side dependencies from NPM and client-side dependencies from Bower