mirror of
https://github.com/ciromattia/kcc
synced 2026-06-18 12:30:47 +00:00
Updated Installation (markdown)
+2
-6
@@ -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/`:
|
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
|
```bash
|
||||||
$ cp -R kindlegen ~/.var/app/io.github.ciromattia.kcc/data/ && sudo chmod a+x ~/.var/app/io.github.ciromattia.kcc/data/kindlegen
|
$ 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.
|
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.
|
Copy kindlegen into '/usr/local/bin' and grant execute permissions for MOBI conversion.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user