From ae1d3eafe4b328273f43d9cb9b77ad2c5c909cf9 Mon Sep 17 00:00:00 2001 From: kavitshah8 Date: Sat, 28 Jun 2014 18:27:29 -0400 Subject: [PATCH] Adds a guideline on Forking & cloning project --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44c2768..4f3fd5b 100644 --- a/README.md +++ b/README.md @@ -338,15 +338,16 @@ Certain modules of [SlickGrid](https://github.com/mleibman/SlickGrid/wiki) are b Hgrid depends on [NodeJS](http://nodejs.org/) for package management and [Grunt](http://gruntjs.com/) for automation. -### Getting started +### Getting started -To install all development dependencies needed for development, run +[Fork & clone](https://help.github.com/articles/fork-a-repo) the project. +To install all development dependencies needed for development, + + $ cd hgrid $ npm install $ bower install -in the project root's root directory. - ### Tests Run tests with grunt.