Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopch authored Nov 7, 2020
1 parent c3c460d commit 6e17098
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
```
npm install -g gitbook-cli
gitbook serve
# install honkit
npm install honkit --save-dev
# show website running locally
npx honkit serve
# generate website files
npx honkit build . public --log=debug
# generate pdf
npx honkit pdf . byte-of-python.pdf
# generate epub
npx honkit epub . byte-of-python.epub
```

See http://toolchain.gitbook.com/ebook.html
See https://github.com/honkit/honkit and https://honkit.netlify.app/

0 comments on commit 6e17098

Please sign in to comment.