diff --git a/INSTRUCTIONS-pandoc-ebooks.md b/INSTRUCTIONS-pandoc-ebooks.md new file mode 100644 index 00000000..87fd4e73 --- /dev/null +++ b/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 +```