From 28ca8cef60fa7b2211145573c772ef04a3a3c5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Fri, 22 Nov 2024 00:57:09 +0900 Subject: [PATCH] docs: update readme about go version and how to build from source --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00f05c0..d30b313 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,23 @@ Original: Web Edition https://git.unlock-music.dev/um/web - [x] All Algorithm Supported By `unlock-music/web` - [x] Complete Metadata & Cover Image -## Hou to Build +## Release -- Requirements: **Golang 1.19** +[Latest release](https://git.unlock-music.dev/um/cli/releases/latest). + +## Install from source + +- Requirements: **Golang 1.23.3** 1. run `go install unlock-music.dev/cli/cmd/um@master` +### Build from repo source + +1. Pull repo source. +2. Build with `go build ./cmd/um`. + +It will produce `um` or `um.exe` (Windows). + ## How to use - Drag the encrypted file to `um.exe` (Tested on Windows)