From 4cdbc35d4af21c51864766ca0c633b96fa58bc30 Mon Sep 17 00:00:00 2001 From: EmmmX <58943012+emmmx@users.noreply.github.com> Date: Sat, 26 Dec 2020 23:44:44 +0800 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb3d68e --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Unlock Music Project - CLI Edition +Original: Web Edition https://github.com/ix64/unlock-music + +## Features +- [x] All Algorithm Supported By `ix64/unlock-music` +- [ ] Complete Cover Image +- [ ] Parse Meta Data +- [ ] Complete Meta Data + +## Hou to Build +- Requirements: **Golang 1.16** + +1. Clone this repo `git clone https://github.com/unlock-music/cli && cd cli` +2. Build the executable `go build ./cmd/um` + +## How to use +- Use `./um -h` to show help menu