-
Notifications
You must be signed in to change notification settings - Fork 389
epub version (How To) #106
Copy link
Copy link
Open
Description
I am not sure of the best way to approach this (to officially support on your end or not), but I generated an epub for the book using https://github.com/Michael-F-Bryan/mdbook-epub.
Steps
- Since I am on Ubuntu, I had to update the
createBookFromReadme.shto use the csplit command (search and replace). - On Ubuntu I had to search and replace
mdBookwithmdbookin the script as well. - Installed mdbook with
cargo install mdbook --version 0.3.7(the epub requires an older version) - installed mdbook-epub with
cargo install mdbook-epub - Removed the data before "## Introduction" in the README.md due to a missing SVG file.
- added
[output.epub]to the bottom ofbook.toml - ran
createBookFromReadme.sh- this results in the web preview having a 404, can ignore, and justctrl-cto kill the script. - The epub should be in the
bookdirectory
I just wanted to share the process in case any others wanted to add the book to a reader, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels