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