docs(help) mv additional modules to top

This commit is contained in:
coderaiser 2013-11-27 11:02:14 +00:00
parent 081740155b
commit f519e15343

23
HELP.md
View file

@ -60,6 +60,18 @@ or install in npm:
cloudcmd
```
Additional modules
---------------
**Cloud Commander's Server Side** not using additional modules for main functionality.
But for console and minification and optimization tricks optional can be
assingned (and installed) modules: [Minify] (https://github.com/coderaiser/minify "Minify")
and [socket.io] (https://github.com/LearnBoost/socket.io "Socket.IO").
Install addtitional modules (type in **Cloud Commander** directory):
npm i
Hot keys
---------------
@ -315,17 +327,6 @@ and then, if there is new version
npm r cloudcmd
npm i cloudcmd
Additional modules
---------------
**Cloud Commander's Server Side** not using additional modules for main functionality.
But for minification and optimization tricks optional can be
assingned (and installed) modules: [Minify] (https://github.com/coderaiser/minify "Minify")
and [socket.io] (https://github.com/LearnBoost/socket.io "Socket.IO").
Install addtitional modules (type in **Cloud Commander** directory):
npm i
Extensions
---------------
**Cloud Commander** desinged to easily porting extensions.