From 7ebe11034e72b43930bced8a2b051f94b7f80f32 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 20 Oct 2014 12:26:03 -0400 Subject: [PATCH] docs(help) rm local install --- HELP.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/HELP.md b/HELP.md index 67c200d4..535552e8 100644 --- a/HELP.md +++ b/HELP.md @@ -36,22 +36,17 @@ The installation of file manager is very simple. - install ```cloudcmd``` via ```npm``` with: ```sh -npm install cloudcmd #local install or -npm install cloudcmd -g #global install +npm i cloudcmd -g ``` ![NPM_INFO][NPM_INFO_IMG] Start --------------- -To start **Cloud Commander** change directory to `node_modules/cloudcmd` and -run command: - - node bin/cloudcmd - -or if you install with `-g` flag just type in any directory: - +For starting just type in console: +```sh cloudcmd +``` Cloud Commander supports command line parameters: @@ -65,22 +60,25 @@ If no parameters given Cloud Commander reads information from `~/.cloudcmd.json` port from it (`8000` default). if port variables `PORT` or `VCAP_APP_PORT` isn't exist. To begin use, type in address bar of your browser: - +``` http://localhost: - +``` With default settings it would be: - +``` http://localhost:8000 - +``` Update --------------- -If you installed Cloud Commander with `npm` just re-install it: +If you installed Cloud Commander with `npm`, stop application and +re-install it: +```sh npm i cloudcmd -g +``` -After that clear cache of your browser, restart application and reload page. +After that start it again, clear cache of your browser and reload page. Hot keys ---------------