From e375d0c668a314811fcf39712dd9836404e21e3c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 19 Apr 2013 05:23:31 -0400 Subject: [PATCH] added contributing file --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8c4cf576 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file