mirror of https://github.com/MISP/misp-book
23 lines
278 B
Plaintext
23 lines
278 B
Plaintext
|
|
||
|
Install notes
|
||
|
=============
|
||
|
|
||
|
~~~
|
||
|
npm install gitbook-plugin-autocover
|
||
|
~~~
|
||
|
|
||
|
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
|
||
|
~~~
|