mirror of
https://github.com/ciromattia/kcc
synced 2026-02-04 03:17:46 +00:00
add chmod to linux
@@ -42,7 +42,7 @@ For [Flatpak](https://flathub.org/apps/io.github.ciromattia.kcc) version, downl
|
||||
|
||||
|
||||
```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)
|
||||
|
||||
@@ -52,7 +52,7 @@ For **AppImage** place `kindlegen` in `/usr/local/bin` or `~/.local/bin`:
|
||||
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user