mirror of https://github.com/MISP/misp-book
29 lines
446 B
Plaintext
29 lines
446 B
Plaintext
|
|
Install notes
|
|
=============
|
|
|
|
~~~
|
|
npm install gitbook
|
|
sudo npm install gitbook-cli -g
|
|
npm install gitbook-plugin-autocover
|
|
npm install gitbook-plugin-github
|
|
npm install gitbook-plugin-toc
|
|
npm install gitbook-plugin-anchors
|
|
gitbook install
|
|
~~~
|
|
|
|
Usage
|
|
=====
|
|
|
|
If you want to generate the PDF output (you need to have Calibre installed):
|
|
|
|
~~~
|
|
gitbook pdf
|
|
~~~
|
|
|
|
and if you want to want to serve the HTML pages on 127.0.0.1:4000:
|
|
|
|
~~~
|
|
gitbook serve
|
|
~~~
|