Update readme

This commit is contained in:
sayhiben
2024-10-05 18:27:01 -07:00
parent f9d7c8b02b
commit ca2ce7ae2f

View File

@@ -116,7 +116,14 @@ Streamwall can load stream data from both JSON APIs and TOML files. Data sources
### Example: CLI command to specify data sources
```sh
streamwall --data.json-url="https://api.example.com/streams" --data.toml-file="./streams.toml"
streamwall --data.json-url="https://api.example.com/streams"
```
and/or
```sh
streamwall --data.toml-file="./streams.toml"
```
### Example: Config file to specify data sources