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