From 4e45402b8f00bd1c5b3bd640205484335e606e30 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 10 Aug 2023 09:16:55 -0700 Subject: [PATCH] add download instructions (#577) * add download instructions * fix spacing * fix capitalization --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5358f66..b0b1242 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,20 @@ If you find **KCC** valuable you can consider donating to the authors: ## INSTALLATION ### DOWNLOADS -You can find the latest binary at the following link: - **https://github.com/ciromattia/kcc/releases** + +Click on **Assets** of the latest release. + +You probably want either +- `kcc_*.*.*.exe` (Windows) +- `KindleComicConverter_osx_*.*.*.dmg` (Mac) + +Installation Wiki: https://github.com/ciromattia/kcc/wiki/Installation + - flatpak : https://flathub.org/apps/details/io.github.ciromattia.kcc - Docker: https://github.com/ciromattia/kcc/pkgs/container/kcc -more information on [installation](https://github.com/ciromattia/kcc/wiki/Installation) - ### DEPENDENCIES Following software is required to run Linux version of **KCC** and/or bare sources: - Python 3.3+