mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-09-26 20:21:22 +08:00
docs: update README (close #90)
This commit is contained in:
@@ -126,7 +126,10 @@ sudo service nginx restart
|
||||
1. 从 [GitHub Releases](https://github.com/songquanpeng/message-pusher/releases/latest) 下载可执行文件或者从源码编译:
|
||||
```shell
|
||||
git clone https://github.com/songquanpeng/message-pusher.git
|
||||
cd message-pusher
|
||||
cd message-pusher/web
|
||||
npm install
|
||||
npm build
|
||||
cd ..
|
||||
go mod download
|
||||
go build -ldflags "-s -w" -o message-pusher
|
||||
````
|
||||
|
Reference in New Issue
Block a user