mirror of
https://github.com/ciromattia/kcc
synced 2026-02-04 03:17:46 +00:00
Updated Installation (markdown)
@@ -108,9 +108,7 @@ Install KCC from flathub: https://flathub.org/apps/details/io.github.ciromattia.
|
||||
|
||||
After installation, download `kindlegen` and move the executable to `~/.var/app/io.github.ciromattia.kcc/data/`:
|
||||
|
||||
```bash
|
||||
$ wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz | tar xvzf kindlegen
|
||||
```
|
||||
|
||||
```bash
|
||||
$ cp -R kindlegen ~/.var/app/io.github.ciromattia.kcc/data/ && sudo chmod a+x ~/.var/app/io.github.ciromattia.kcc/data/kindlegen
|
||||
```
|
||||
@@ -252,9 +250,7 @@ $ pip3 install --upgrade name_of_the_package
|
||||
|
||||
Download kindlegen.
|
||||
|
||||
```bash
|
||||
$ wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz | tar xvzf kindlegen
|
||||
```
|
||||
|
||||
Copy kindlegen into '/usr/local/bin' and grant execute permissions for MOBI conversion.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user