Update 'README.md'

Added notes about dependancies
This commit is contained in:
Ze'ev Schurmann 2023-09-19 14:47:03 +02:00
parent 3215e0ffd6
commit 67dd3a604a
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ Usage: cbr2cbz help
Display this text. Display this text.
Warning: If conversion is successful, the original file(s) will be deleted. Warning: If conversion is successful, the original file(s) will be deleted.
Dependancies:
The script requires "zip" and "unrar". Please ensure they are installed before trying to run the script. A simple online search will help you with this. At a later stage I will build an install and update functionality which will do this automatically.