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 ```