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