Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isabolic committed Jan 23, 2018
1 parent b0c55f6 commit 5ce98e1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ from **build** directory:
```
5) then edit file config.json, there you set node.js port and server ip address or hostname
```javascript
...
"port" : "SERVER_PORT",
"server" : "SERVER_HOST (OR IP)",
...
{
"options": {
"port": "PORT",
"server": "IP_ADD_OR_HOST"
}
}
```
6) inside terminal navigate into copied node.server directory and run
```bash
Expand Down

0 comments on commit 5ce98e1

Please sign in to comment.