mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
docs(help) Install: add sh
This commit is contained in:
parent
f1c31916b0
commit
5bca1be28d
1 changed files with 4 additions and 7 deletions
11
HELP.md
11
HELP.md
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue