GitBook安装
2018-01-23 本文已影响0人
袁先生的笔记
环境
系统:CentOS 6.9
准备
- 安装node
参见:https://www.jianshu.com/p/b12a036691a9
安装
- 安装
# npm install gitbook-cli -g
使用
-
初始化
# gitbook init my-book
-
生成静态页面
# gitbook build my-book my-book-web
系统:CentOS 6.9
# npm install gitbook-cli -g
初始化
# gitbook init my-book
生成静态页面
# gitbook build my-book my-book-web