From 16c9ad2ff768a0d5179a1ddd41f25a9911e9c2b4 Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 17 May 2023 16:47:06 +0800 Subject: [PATCH] docs: update README (close #90) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a85bc..1c18231 100644 --- a/README.md +++ b/README.md @@ -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 ````