Clarify README.md regarding configuration file format

This commit is contained in:
Daniel Schulte 2020-12-02 23:24:51 +01:00
parent 1502d70cc9
commit c1e56f4c14
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ This tool is work in progress and some functions might not work (correctly).
### Getting started
1. Build (and optionally install) the application
1. Get a YouTube API key.
1. Create a configuration file.
1. Create a configuration file in JSON format.
- You can either put it next to the application binary or in `$HOME/.config/yttui.conf`
- Have a look at `yttui.conf.example`. It contains all possible configuration options and is a good place to start.
- Configuration default values are described in "Configuration options".