Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 315 Bytes

setup.md

File metadata and controls

21 lines (11 loc) · 315 Bytes

一些命令什么的

gitbook简明教程

http://www.chengweiyang.cn/gitbook/index.html

1 安装 gitbook-cli

npm install gitbook-cli -g

2 启动本地开发预览

gitbook serve

3 build

gitbook build

4 提交

git add -A; git commit -am '你的提交信息'; git push origin master;