From dde8473c3199ce43569dcd4786377d7db341a26d Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 28 Jun 2024 19:53:02 +0100 Subject: [PATCH] reorder README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b3a9bc..e9d49bf 100644 --- a/README.md +++ b/README.md @@ -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. ---