1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-04 03:17:46 +00:00

add chmod to linux

Alex Xu
2025-03-14 13:15:57 -07:00
parent 4089ab9d54
commit f0131d8674

@@ -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