mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) add "\n"
This commit is contained in:
parent
12aef47a06
commit
216d98816f
1 changed files with 3 additions and 0 deletions
3
HELP.md
3
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:<port>
|
||||
```
|
||||
|
||||
With default settings it would be:
|
||||
|
||||
```
|
||||
http://localhost:8000
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue