docs: update readme about go version and how to build from source
This commit is contained in:
parent
2b0bd2985e
commit
28ca8cef60
15
README.md
15
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)
|
||||
|
Loading…
Reference in New Issue
Block a user