From 216d98816f86fb91845bec23ef9bbac3108a7767 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 28 Oct 2014 10:39:38 +0200 Subject: [PATCH] docs(help) add "\n" --- HELP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HELP.md b/HELP.md index a4877972..1557af8f 100644 --- a/HELP.md +++ b/HELP.md @@ -44,6 +44,7 @@ npm i cloudcmd -g Start --------------- For starting just type in console: + ```sh cloudcmd ``` @@ -60,11 +61,13 @@ 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 ```