Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ix64 committed Nov 7, 2020
1 parent 146c001 commit f3b4c6f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit f3b4c6f

Please sign in to comment.