From 346410d638d591d39989fa5127a1bf61b33de21d Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Fri, 5 Nov 2021 13:58:25 +0530 Subject: [PATCH] minor changes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8c3985..0dad0dd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ https://user-images.githubusercontent.com/51816057/140478368-5b724b2f-2499-4150- - Music Player Daemon must be setup - Go Should Be Installed ( for building ) +- Make a YAML/TOML file in ``$HOME/.config/goMP`` named config.yml / config.toml +- Read the sample_config.yml for config options ### For config options see the [config branch](https://github.com/aditya-K2/goMP/tree/config) @@ -26,6 +28,7 @@ https://user-images.githubusercontent.com/51816057/140478368-5b724b2f-2499-4150- ```bash git clone https://github.com/aditya-K2/goMP && +git checkout config && cd goMP && go build ```