Created
May 12, 2020 18:01
-
-
Save vicente-gonzalez-ruiz/8703a1984df992cc1bbdad128101a466 to your computer and use it in GitHub Desktop.
epub to mobi (kindle)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compile https://aur.archlinux.org/packages/kindlegen/ | |
# Download and: | |
makepkg -s | |
# Convert | |
kindlegen book.epub -o book.mobi | |
# Send the file using <user>@kindle.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment