docs(help, readme) rm info about minify

This commit is contained in:
coderaiser 2014-04-30 02:53:49 -04:00
parent 82f8a5a314
commit e304d43cd4
2 changed files with 2 additions and 18 deletions

View file

@ -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**

View file

@ -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
---------------