From f7bba91be0b8c6a2a953b828c2db8a757092afdc Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Mon, 26 Aug 2024 23:45:56 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1af05e..e896c61 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Ebooko Ebook management software and synchronization to KoReader. -Supports EPUB and PDF. +Supports EPUB and PDF files. + +**WARNING:** This software is in early development and is not yet ready for production use. Use at your own risk. ## Install ```bash @@ -35,6 +37,9 @@ python3 manage.py migrate python3 manage.py runserver ``` +## Contributing +Contributions are always welcome! Fork the repo to another git service, make your changes, then drop me an email (`joe [at] radialbog9 [dot] uk`) or a discord message (`radialbog9`) so I can have a look! + ## Credits - KoReader: https://github.com/koreader/koreader/ (AGPL 3.0) - KoReader Sync Server: https://github.com/koreader/koreader-sync-server/ (AGPL 3.0) -- GitLab