docs(help) Install: add sh

This commit is contained in:
coderaiser 2014-07-18 14:53:07 +03:00
parent f1c31916b0
commit 5bca1be28d

11
HELP.md
View file

@ -35,13 +35,10 @@ The installation of file manager is very simple.
- install [node.js](http://nodejs.org/ "node.js") if you still have not.
- install ```cloudcmd``` via ```npm``` with:
npm install cloudcmd #local install
or
npm install cloudcmd -g #global install
```sh
npm install cloudcmd #local install or
npm install cloudcmd -g #global install
```
![NPM_INFO][NPM_INFO_IMG]