From e24741150eb02d3173e2d9367f4a5ee6036a9b3e Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Tue, 7 Jun 2022 16:55:25 +0200 Subject: [PATCH] Started prerequisites section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c9662ce..3445485 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ The easiest way to get started is to clone the git reposetory, build the docker Alternativly you can clone the repo and start the flask server using the main file. This requires a bit of configuration. +### Prerequisites + +- **All comic files needs to be cbz.** + This doens't work with cbr. I see no reason to use cbr and as such, this project wont support it. + +- **All comics must be properly tagged.** + This means every cbz file must contain a `ComicInfo.xml` file. You can use various tools to + ### Docker #### Prerequisites