reorder README

This commit is contained in:
onyx-and-iris 2024-06-28 19:53:02 +01:00
parent 60ad386431
commit dde8473c31

View File

@ -23,6 +23,12 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
## `Command Line`
#### Flags
- `host` defaults to "localhost"
- `port` defaults to 6980
- `streamname` defaults to "Command1"
Pass `host`, `port` and `streamname` as flags, for example:
```
@ -40,10 +46,6 @@ Port=6980
Streamname="Command1"
```
- `host` defaults to "localhost"
- `port` defaults to 6980
- `streamname` defaults to "Command1"
Command line flags will override values in a config.toml.
---