Update 'README.md'

This commit is contained in:
Ze'ev Schurmann 2023-09-20 11:24:03 +02:00
parent 2a7fa965cb
commit 0076d7a53e
1 changed files with 10 additions and 0 deletions

View File

@ -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