Update README.md

This commit is contained in:
MengYX 2020-11-07 20:03:53 +08:00 committed by GitHub
parent 28856d4111
commit 8f3eecc863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- 基于Golang 1.16的embed功能
- 方便普通使用者运行和部署
##使用方法
## 使用方法
### 从Release下载
- [Release](https://github.com/unlock-music/simple-server/releases)
### 手动构建
@ -11,4 +11,4 @@
```shell script
go generate
go build
```
```