UPDATE README

This commit is contained in:
aditya-K2 2021-10-24 13:30:50 +05:30
parent 3ad3e58019
commit 52d8009396
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ https://user-images.githubusercontent.com/51816057/137694586-199e8c0c-aa5b-473f-
- Music Player Daemon must be setup
- Go Should Be Installed ( for building )
- Set the Path to your mpd DATABASE in progressbar.go
```go
var DBDIR string = "PATH TO YOUR MPD DATABASE HERE"
```
# Installing / Building