Started prerequisites section

This commit is contained in:
FrederikBaerentsen 2022-06-07 16:55:25 +02:00
parent f127e77b0a
commit e24741150e

View File

@ -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. 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 ### Docker
#### Prerequisites #### Prerequisites