Update README

This commit is contained in:
aditya-K2 2021-11-06 18:19:45 +05:30
parent 794720f132
commit 0dca038dbb

View File

@ -9,7 +9,7 @@ https://user-images.githubusercontent.com/51816057/140478368-5b724b2f-2499-4150-
# Roadmap # Roadmap
- [ ] Add Functionality to Sort out most played songs - [ ] Add Functionality to Sort out most played songs
- [x] Add a config parser ( Currently the feature isn't tested very well so use the config branch (once tested well it will be merged ) ) - [x] Add a config parser
- [x] Image Previews - [x] Image Previews
- [ ] Fuzzy Searching - [ ] Fuzzy Searching
- [ ] Visual Mode (like vim) for updating playlists - [ ] Visual Mode (like vim) for updating playlists
@ -22,13 +22,10 @@ https://user-images.githubusercontent.com/51816057/140478368-5b724b2f-2499-4150-
- Make a YAML/TOML file in ``$HOME/.config/goMP`` named config.yml / config.toml - Make a YAML/TOML file in ``$HOME/.config/goMP`` named config.yml / config.toml
- Read the sample_config.yml for config options - Read the sample_config.yml for config options
### For config options see the [config branch](https://github.com/aditya-K2/goMP/tree/config)
# Installing / Building # Installing / Building
```bash ```bash
git clone https://github.com/aditya-K2/goMP && git clone https://github.com/aditya-K2/goMP &&
git checkout config &&
cd goMP && cd goMP &&
go build go build
``` ```