Display error in feed description if external viewer is not found (#19)

This commit is contained in:
Dave Gallant
2020-07-20 22:56:09 -04:00
committed by GitHub
parent 9eb31f4e08
commit d41de41c49
5 changed files with 10 additions and 14 deletions

View File

@@ -31,11 +31,7 @@ If a configuration is not provided, a default configuration is generated.
- `feeds` is a list of RSS/Atom feeds to be loaded in srv.
- `externalViewer` defines an application to override the default web browser (optional).
An example config can be copied:
```shell
cp ./config-example.yml ~/.config/srv/config.yml
```
An example config can be found [here](./config-example.yml).
## navigate