mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22:49 -05:00
Fix README example for data source command line arguments
This commit is contained in:
@@ -50,7 +50,7 @@ See `config.example.toml` for an example.
|
|||||||
Streamwall can load stream data from both JSON APIs and TOML files. Data sources can be specified in a config file (see `config.example.toml` for an example) or the command line:
|
Streamwall can load stream data from both JSON APIs and TOML files. Data sources can be specified in a config file (see `config.example.toml` for an example) or the command line:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm start -- --json-url="https://your-site/api/streams.json" --toml-file="./streams.toml"
|
npm start -- --data.json-url="https://your-site/api/streams.json" --data.toml-file="./streams.toml"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Hotkeys
|
## Hotkeys
|
||||||
|
|||||||
Reference in New Issue
Block a user