From 95f7b3ff3b1416b9a7c2b563b38a6381493ee98c Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 12 Jun 2023 12:31:37 -0700 Subject: [PATCH] add 7z to PATH --- Installation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Installation.md b/Installation.md index 4549c7c..61358b7 100644 --- a/Installation.md +++ b/Installation.md @@ -5,6 +5,17 @@ You can find the latest binary at the following link: - flatpak : https://flathub.org/apps/details/io.github.ciromattia.kcc - Docker: https://github.com/ciromattia/kcc/pkgs/container/kcc +#### 7-Zip + +##### Windows + +First install 7z from https://www.7-zip.org/ + +Then add 7z to PATH via `setx path "%path%;C:\Program Files\7-Zip"` +##### Mac + +TODO + #### MacOS installation ##### x86_64 version see: KindleComicConverter_osx_*.dmg in **https://github.com/ciromattia/kcc/releases**