From 087f8eec81108c9afd31b216ae1c2dec74823bd9 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sun, 22 Sep 2013 13:26:10 +0200 Subject: [PATCH] readme typo --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 358ba8a6f3..90e1e87407 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,16 @@ Before starting make sure to have [MongoDB](http://www.mongodb.org/), [NodeJS an 1. [Fork the repository](https://help.github.com/articles/fork-a-repo) on your computer. 1. Checkout the **develop** branch where all the development happens: + `git checkout -b develop origin/develop` 1. Install **grunt-cli** npm package globally (on some systems you may need to add `sudo` in front of the command below): -'npm install -g grunt-cli bower' + +`npm install -g grunt-cli bower` 1. Install the **npm** and **bower** packages: + `npm install` 1. Create a config file from the example one: + `cp config.json.example config.json` ## Windows Environment Install