diff --git a/README.md b/README.md index d0e3f90..ce07c4a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # The Scrum Guide as e-book The 2020 Scrum Guide as Markdown, EPUB, mobi... Scrapped from http://scrumguides.org/scrum-guide.html, converted with pandoc. + +``` +pandoc --metadata-file=metadata.yaml 2020-scrum-guide.md --to epub3 -o 2020-scrum-guide.epub +kindlegen 2020-scrum-guide.epub +```