mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-30 08:52:49 -05:00
Update readme
This commit is contained in:
@@ -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
|
### Example: CLI command to specify data sources
|
||||||
|
|
||||||
```sh
|
```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
|
### Example: Config file to specify data sources
|
||||||
|
|||||||
Reference in New Issue
Block a user