From 510261bbbaae0849e87a3a9944b8a63804e1f9e3 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 13 Feb 2014 04:07:13 -0500 Subject: [PATCH] docs(help) change Additional modules --- HELP.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/HELP.md b/HELP.md index 177cc473..8f34ec2a 100644 --- a/HELP.md +++ b/HELP.md @@ -49,26 +49,23 @@ and unpack or just clone repository from github: ``` git clone git://github.com/coderaiser/cloudcmd.git cd cloudcmd +npm install node cloudcmd ``` or install in npm: ``` -npm i cloudcmd -g +npm install cloudcmd -g 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 additional modules (type in **Cloud Commander** directory): - - npm i +**Cloud Commander** could work without any modules installed. +But for console, minification, file system operations etc, recommended +install additional modules with next commnad (type in **Cloud Commander**'s directory): + npm install Hot keys ---------------