From 6b6a199ba93e86d90545069e1523da30dd39f321 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sat, 7 Jan 2023 15:57:44 +0800 Subject: [PATCH] docs: add note for those who want to compile the app itself (#42) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 821de39..553c4c2 100644 --- a/README.md +++ b/README.md @@ -481,3 +481,4 @@ namespace Demo ## 其他 1. `v0.3` 之前的版本基于 Node.js,你可以切换到 [`nodejs`](https://github.com/songquanpeng/message-pusher/tree/nodejs) 分支查看,该版本不再有功能性更新。 2. `v0.3` 以及后续版本基于 Gin Template [`v0.2.1`](https://github.com/songquanpeng/gin-template) 版本开发。 +3. 如果想要自行编译,请首先[编译前端](./web/README.md),之后再编译后端,否则会遇到 `pattern web/build: no matching files found` 问题。