From f0131d8674ee1bda4a6cea7dfbad0d2eda79202a Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 14 Mar 2025 13:15:57 -0700 Subject: [PATCH] add chmod to linux --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index bae9e7f..62741ca 100644 --- a/Installation.md +++ b/Installation.md @@ -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