diff --git a/README.md b/README.md index 0dad0dd..0a18b5b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ https://user-images.githubusercontent.com/51816057/140478368-5b724b2f-2499-4150- # Roadmap - [ ] 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 - [ ] Fuzzy Searching - [ ] 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 - 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 ```bash git clone https://github.com/aditya-K2/goMP && -git checkout config && cd goMP && go build ```