Add README

This commit is contained in:
MengYX 2020-11-07 17:28:09 +08:00
parent 146c001a25
commit f3b4c6f9db
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Simple Server for UnlockMusic
- 一个简易的单文件部署的本地Http服务器
- 基于Golang 1.16的embed功能
- 方便普通使用者运行和部署
##使用方法
### 从Release下载
- [Release](https://github.com/unlock-music/simple-server/releases)
### 手动构建
- 安装golang 1.16以上的版本(Tips 2020/11/07: 当前未发布,需要从源码构建)
```shell script
go generate
go build
```