From 67dd3a604a17b49e26eff21ccf69baf995b71e28 Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Tue, 19 Sep 2023 14:47:03 +0200 Subject: [PATCH] Update 'README.md' Added notes about dependancies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d89eee..81fdaea 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ Usage: cbr2cbz help Display this text. 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. \ No newline at end of file