mirror of
https://github.com/ciromattia/kcc
synced 2026-09-01 00:17:05 +00:00
add chmod to linux
+2
-2
@@ -42,7 +42,7 @@ For [Flatpak](https://flathub.org/apps/io.github.ciromattia.kcc) version, downl
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cp -R kindlegen ~/.var/app/io.github.ciromattia.kcc/data/ && sudo chmod a+x ~/.var/app/io.github.ciromattia.kcc/data/kindlegen
|
$ sudo chmod a+x ~/.var/app/io.github.ciromattia.kcc/data/kindlegen
|
||||||
```
|
```
|
||||||
#### MOBI conversion gets stuck (`"No such file or directory"` error for .mobi files)
|
#### MOBI conversion gets stuck (`"No such file or directory"` error for .mobi files)
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ For **AppImage** place `kindlegen` in `/usr/local/bin` or `~/.local/bin`:
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo cp -R kindlegen /usr/local/bin && sudo chmod a+x /usr/local/bin/kindlegen
|
$ sudo chmod a+x /usr/local/bin/kindlegen
|
||||||
```
|
```
|
||||||
|
|
||||||
## DOWNLOADS
|
## DOWNLOADS
|
||||||
|
|||||||
Reference in New Issue
Block a user