Skip to content

Commit 34d9286

Browse files
committed
修改编译说明
1 parent 672da45 commit 34d9286

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

text/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ paid for this book.**
3434

3535
## 编译
3636

37-
本书采用 [gitbook](https://www.gitbook.com/) 进行编译,如果你想在本地编译,需要安装 gitbook-cli
37+
本书采用 [vuepress](https://vuepress.vuejs.org/) 进行编译,如果你想在本地编译,可以执行如下命令
3838

3939
```
40-
npm install gitbook-cli -g
40+
npm run build
4141
```
42-
43-
然后在项目目录中运行`gitbook serve`即可编译生成html,并且创建一个本地预览网站,其他详细的编译参数可以参照[官方文档](https://toolchain.gitbook.com/setup.html)

0 commit comments

Comments
 (0)