added contributing file

This commit is contained in:
coderaiser 2013-04-19 05:23:31 -04:00
parent 6ebc944c38
commit e375d0c668

14
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,14 @@
If you would like to contribute - send pull request to dev branch.
Getting dev version of **Cloud Commander**:
git clone git://github.com/coderaiser/cloudcmd.git
git checkout dev
It is possible thet dev version Cloud Commander will needed dev version of Minify,
so to get it you should type a couple more commands:
cd node_modules
rm -rf minify
git clone git://github.com/coderaiser/minify
cd minify
git checkout dev