mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
docs(help) change Additional modules
This commit is contained in:
parent
49852b2beb
commit
510261bbba
1 changed files with 6 additions and 9 deletions
15
HELP.md
15
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
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue