1
0
forked from um/cli

docs: update readme about go version and how to build from source

This commit is contained in:
鲁树人 2024-11-22 00:57:09 +09:00
parent 2b0bd2985e
commit 28ca8cef60

View File

@ -14,12 +14,23 @@ Original: Web Edition https://git.unlock-music.dev/um/web
- [x] All Algorithm Supported By `unlock-music/web` - [x] All Algorithm Supported By `unlock-music/web`
- [x] Complete Metadata & Cover Image - [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` 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 ## How to use
- Drag the encrypted file to `um.exe` (Tested on Windows) - Drag the encrypted file to `um.exe` (Tested on Windows)