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