From e304d43cd4b08729a697b1299c0c849fadf56b80 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Apr 2014 02:53:49 -0400 Subject: [PATCH] docs(help, readme) rm info about minify --- CONTRIBUTING.md | 11 +---------- HELP.md | 9 +-------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f965b779..2ac375c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,19 +4,10 @@ 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 + cd cloudcmd && 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 - Commit --------------- Format of the commit message: **type(scope) subject** diff --git a/HELP.md b/HELP.md index 3f2ac9e8..0ec43d1d 100644 --- a/HELP.md +++ b/HELP.md @@ -361,19 +361,12 @@ To extend capabilities of file manager next modules used: Contributing --------------- -If you would like to contribute - send pull request to dev branch. +If you would like to contribute - read [guide](https://github.com/coderaiser/cloudcmd/blob/master/CONTRIBUTING.md) and send pull requests to dev branch. Getting dev version of **Cloud Commander**: git clone git://github.com/coderaiser/cloudcmd.git cd cloudcmd && git checkout dev -It is possible that dev version of 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 - git checkout dev Version history ---------------