From c1e56f4c14c939f3b2704dabe4038bc02bfc8cd9 Mon Sep 17 00:00:00 2001 From: trilader Date: Wed, 2 Dec 2020 23:24:51 +0100 Subject: [PATCH] Clarify README.md regarding configuration file format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb469e7..4af5571 100644 --- a/README.md +++ b/README.md @@ -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".