Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit edbd4c6

Browse files
committed
doc: Add execution example
1 parent 1e607af commit edbd4c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ as a backend/engine for Intiface Desktop.
2525

2626
## Running
2727

28+
Command line options are as follows:
29+
2830
| Option | Description |
2931
| --------- | --------- |
3032
| `version` | Print version and exit |
@@ -44,6 +46,10 @@ as a backend/engine for Intiface Desktop.
4446
| `stayopen` | Stay open between connections (needed for Windows due to device disconnect issues) |
4547
| `log` | Level of logs to output by default (if omitted, set to None) |
4648

49+
For example, to run the server on an insecure websocket at port 12345:
50+
51+
`intiface-cli --wsinsecureport 12345`
52+
4753
## Compiling
4854

4955
For compiling on all platforms the protobuf compiler (protoc) is required. On

0 commit comments

Comments
 (0)