docs(help) add "\n"

This commit is contained in:
coderaiser 2014-10-28 10:39:38 +02:00
parent 12aef47a06
commit 216d98816f

View file

@ -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:<port>
```
With default settings it would be:
```
http://localhost:8000
```