Update README.md
[tech-radar.git] / README.md
index cbefbb5..10fa50d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@ A library that allows the creationg of a Tech Radar, inspired by [thoughtworks.c
 The package has two dependencies [d3](http://d3js.org/) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add maintain these dependencies.
 
 Please view the file `examples/default.html` for general usages.
-//TODO: give better examples.
 
 ### Contribute
 
+[Gulp](http://gulpjs.com/) needs to be installed globally to run the project tasks.
 Pull Requests are welcome, write tests whenever possible.
 
-- clone
+- `git clone git@github.com:Trecenti/tech-radar`
 - `npm install`
 - `bower install`
 - `gulp test` - to run your tests