Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Feb 22, 2022
1 parent 6bb407d commit cb2c50a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@ python3 -m pip install --user -U .

To execute the server:

```shell
./server [-p port]
```
Usage: ./rpcserver [-p port] [-o (stdout|syslog|file:filename)]
-h show this help message
-o output. can be all of the following: stdout, syslog and file:filename. can be passed multiple times
Example usage:
./rpcserver -p 5910 -o syslog -o stdout -o file:/tmp/log.txt
```

Connecting via:
Expand Down

0 comments on commit cb2c50a

Please sign in to comment.