From f519e15343ca0975fbae7b519eb3d354adbcefad Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 Nov 2013 11:02:14 +0000 Subject: [PATCH] docs(help) mv additional modules to top --- HELP.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/HELP.md b/HELP.md index 019ef8ce..53605e79 100644 --- a/HELP.md +++ b/HELP.md @@ -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.