Information for #1 added to README

This commit is contained in:
aditya-K2 2021-10-28 14:32:58 +05:30
parent eb1fcda1af
commit e7843cedf1

View File

@ -23,15 +23,21 @@ https://user-images.githubusercontent.com/51816057/138585868-92aff5bd-dd7e-46af-
- Set the Path to your mpd DATABASE in progressbar.go - Set the Path to your mpd DATABASE in progressbar.go
```go ```go
var DBDIR string = "PATH TO YOUR MPD DATABASE HERE" var DBDIR string = "PATH TO YOUR MPD DATABASE HERE"
```
- In imageUtils.go set the path for your default Image
```go
var path string = "YOUR DEFAULT IMAGE PATH HERE"
``` ```
# Installing / Building # Installing / Building
```bash ```bash
git clone https://github.com/aditya-K2/goMP && git clone https://github.com/aditya-K2/goMP &&
cd goMP && cd goMP &&
go build go build
``` ```
## Most of the Key-bindings are same as ncmpcpp ## Most of the Key-bindings are same as ncmpcpp