mirror of
https://codeberg.org/scip/epuppy.git
synced 2026-02-04 09:40:57 +01:00
Compare commits
2 Commits
create-con
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b6eacd6f6 | |||
|
|
5fcfb0aa98 |
16
README.md
16
README.md
@@ -98,12 +98,20 @@ Options:
|
||||
|
||||
## Reading mobi files
|
||||
|
||||
`epuppy` doesn't support mobi files, but you can install
|
||||
[mobitool](https://github.com/bfabiszewski/libmobi/) and use it to
|
||||
convert mobi files to epub. The ubuntu package is `libmobi-tools`. To convert, execute:
|
||||
`epuppy` doesn't support mobi files, but you can easily
|
||||
convert them to epub format using calibre, which contains a tool named
|
||||
`ebook-convert`. You can install it on Ubuntu with:
|
||||
|
||||
`apt install calibre`
|
||||
|
||||
On Fedora use:
|
||||
|
||||
`dnf install ebook-tools`
|
||||
|
||||
To convert, execute:
|
||||
|
||||
```default
|
||||
mobitool -e somebook.epub
|
||||
ebook-convert somebook.mobi somebook.epub
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Reference in New Issue
Block a user