cloudcmd/CONTRIBUTING.md
2013-04-19 17:58:33 +03:00

16 lines
542 B
Markdown

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
or by [link](https://github.com/coderaiser/cloudcmd/tree/dev "Dev version").
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