From 99a34cde0d377218f19530ae70ed0b0b5d854efa Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 16 Oct 2013 11:51:04 +0300 Subject: [PATCH] docs(help) mv Install to up --- HELP.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/HELP.md b/HELP.md index b3744940..d97860be 100644 --- a/HELP.md +++ b/HELP.md @@ -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").