美文网首页我爱编程
How to use gitbook right in loca

How to use gitbook right in loca

作者: yingshaoxo | 来源:发表于2018-04-11 11:51 被阅读13次
  1. Set up node.js env
sudo apt-get install nodejs npm
  1. Install Gitbook
sudo npm install -g gitbook-cli
export PATH=$PATH:/opt/node/bin
  1. Clone your Gitbook project from Github
git clone your_github_project_address
cd your_github_project_address
  1. Install necessary gitbook plugins
gitbook install ./
  1. Build and View or Output as pdf
gitbook build .
gitbook serve .

gitbook pdf .
  1. 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