We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c460d commit 6e17098Copy full SHA for 6e17098
INSTALL.md
@@ -1,6 +1,18 @@
1
```
2
-npm install -g gitbook-cli
3
-gitbook serve
+# install honkit
+npm install honkit --save-dev
4
+
5
+# show website running locally
6
+npx honkit serve
7
8
+# generate website files
9
+npx honkit build . public --log=debug
10
11
+# generate pdf
12
+npx honkit pdf . byte-of-python.pdf
13
14
+# generate epub
15
+npx honkit epub . byte-of-python.epub
16
17
-See http://toolchain.gitbook.com/ebook.html
18
+See https://github.com/honkit/honkit and https://honkit.netlify.app/
0 commit comments