docs(help) mv Install to up

This commit is contained in:
coderaiser 2013-10-16 11:51:04 +03:00
parent 46d8a91f7c
commit 99a34cde0d

42
HELP.md
View file

@ -30,6 +30,27 @@ Benefits
- Has nice console and editor.
- Writed on JavaScript/Node.js.
Install
---------------
[![NPM_INFO][NPM_INFO_IMG]][NPM_INFO_URL]
Installing **Cloud Commander** is very simple.
All you need is
- install [node.js](http://nodejs.org/ "node.js")
- [download](https://github.com/coderaiser/cloudcmd/archive/master.zip)
and unpack or just clone repository from github:
```
git clone git://github.com/coderaiser/cloudcmd.git
cd cloudcmd
node cloudcmd
```
or install in npm:
```
npm i cloudcmd -g
cloudcmd
```
Hot keys
---------------
In all modern web browsers (but not in IE, becouse he special) hot keys works.
@ -111,27 +132,6 @@ Right mouse click button shows context menu with items:
- Download
- New (File, Dir, from cloud)
Install
---------------
[![NPM_INFO][NPM_INFO_IMG]][NPM_INFO_URL]
Installing **Cloud Commander** is very simple.
All you need is
- install [node.js](http://nodejs.org/ "node.js")
- [download](https://github.com/coderaiser/cloudcmd/archive/master.zip)
and unpack or just clone repository from github:
```
git clone git://github.com/coderaiser/cloudcmd.git
cd cloudcmd
node cloudcmd
```
or install in npm:
```
npm i cloudcmd -g
cloudcmd
```
Configuration
---------------
All main configuration could be done via [config.json](json/config.json "Config").