minor changes

This commit is contained in:
aditya-K2 2021-11-05 13:58:25 +05:30
parent 80d3807e41
commit 346410d638
1 changed files with 3 additions and 0 deletions

View File

@ -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
```