mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-03 20:32:08 -04:00
Fix name of config file in example
This commit is contained in:
@@ -40,7 +40,7 @@ npm start -- --help
|
|||||||
For long-term installations, it's recommended to put your options into a configuration file. To use a config file, run:
|
For long-term installations, it's recommended to put your options into a configuration file. To use a config file, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm start -- --config="../streamwall.json"
|
npm start -- --config="../streamwall.toml"
|
||||||
```
|
```
|
||||||
|
|
||||||
See `example.config.toml` for an example.
|
See `example.config.toml` for an example.
|
||||||
|
|||||||
Reference in New Issue
Block a user