From 0076d7a53eb63ed892aed7745b138d2f5b64e1b9 Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Wed, 20 Sep 2023 11:24:03 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4df10c9..0934e58 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ BASH tool to convert cbr files to cbz files either in batch or one by one. ## Download the tool using: +### STABLE VERSION + +$ wget https://git.zaks.web.za/thisiszeev/cbr2cbz/raw/commit/c8690afa3b3b57e209852ba147ab5231a0563f96/cbr2cbz.sh + +$ chmod +x cbr2cbz.sh + +$ sudo cp cbr2cbz.sh /usr/bin/cbr2cbz + +### UNSTABLE VERSION + $ git clone git@git.zaks.web.za:thisiszeev/cbr2cbz.git $ chmod +x cbr2cbz.sh