Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Added instruction file with pandoc howto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Winn committed Mar 5, 2012
1 parent 160a8ea commit 487f673
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions INSTRUCTIONS-pandoc-ebooks.md
@@ -0,0 +1,13 @@
Kindlegen requires title and author metadata. To generate a mobi file from
a pandoc ebook, first generate an epub file using the metadata.xml file
included:

```
pandoc -f markdown -t epub --epub-metadata=metadata.xml -o backbone-fundamentals.epub README.md
```

then use the kindlegen tool to make a mobi from that epub:

```
kindlegen backbone-fundamentals.epub
```

0 comments on commit 487f673

Please sign in to comment.