From ea564f676ee9eb6bf28adf5e043162558560d28d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 21 Jul 2019 15:54:20 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 340c6c8..d62c6be 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ BND 分为两个系列,BND1 和 BND2,下面分别进行介绍。 ### 编译 1. 安装 golang 环境 -2. 项目目录 $GOPATH/src/github.com/b3log/bnd +2. 项目目录 $GOPATH/src/github.com/b3log/bnd (不支持 Go Modules) 3. 参考[这里](https://github.com/andlabs/libui)编译 UI 库 4. 不支持交叉编译,只能在目标平台上编译 5. Windows 执行 build.bat,Linux/Mac 执行 build.sh @@ -73,9 +73,8 @@ BND 分为两个系列,BND1 和 BND2,下面分别进行介绍。 ### 编译 1. 安装 golang、node 环境 -2. 项目目录 $GOPATH/src/github.com/b3log/bnd2 -3. Windows 执行 build.bat,Mac 执行 build.sh -4. `electron/dist` 目录下运行可执行文件 +2. Windows 执行 build.bat,Mac 执行 build.sh +3. `electron/dist` 目录下运行可执行文件进行安装 ### 其他 -- GitLab