How to use gitbook right in loca
- Set up
node.js
env
sudo apt-get install nodejs npm
- Install Gitbook
sudo npm install -g gitbook-cli
export PATH=$PATH:/opt/node/bin
- Clone your
Gitbook
project from Github
git clone your_github_project_address
cd your_github_project_address
- Install necessary gitbook plugins
gitbook install ./
-
Build and View
or Output as pdf
gitbook build .
gitbook serve .
gitbook pdf .
- Write in local
https://github.com/GitbookIO/editor-legacy#how-to-install-it-on-linux
本文标题:How to use gitbook right in loca
本文链接:https://www.haomeiwen.com/subject/opyahftx.html
网友评论