misp-book/USAGE

24 lines
312 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
~~~
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
~~~