misp-book/USAGE

27 lines
394 B
Plaintext
Raw Normal View History

Install notes
=============
~~~
npm install gitbook-plugin-autocover
2015-10-06 10:54:45 +02:00
npm install gitbook-plugin-github
2015-10-07 10:33:40 +02:00
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
~~~