From 00369be990d74008c9a1deca14b1aaef349c0f04 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 8 Jan 2020 09:10:21 +1000 Subject: [PATCH] add self host disclaimer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a22a56..0de7b23 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ A web UI for creating your very own ebooks bots. # Selfhosting -1. Install ``python3`` and ``mariadb``. If you're installing on Windows, make sure to check "Add Python to PATH" during Python installation. +FediBooks is currently unfinished - many functions don't work yet, and future updates may make major, breaking changes. I don't recommend self-hosting it yet unless you're willing to work through the potential growing pains. + +1. Install ``python3`` and ``mariadb`` or ``mysql``. If you're installing on Windows, make sure to check "Add Python to PATH" during Python installation. 2. Install the requirements, using ``pip``: