From cb39b4cfea1fe4fce2653692f35d4f577554b9d3 Mon Sep 17 00:00:00 2001 From: knuxify Date: Mon, 30 Dec 2019 14:30:36 +0100 Subject: [PATCH] docs: make the selfhosting guide a bit more clear --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21e9216..1a22a56 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ A web UI for creating your very own ebooks bots. If this doesn't work, try using ``pip`` instead. If it still doesn't work, you might have to install an additional package (for example, ``python-pip`` on Arch Linux). -3. Go to the ``app`` directory and copy the config.sample.json file to ``config.json``. +3. Copy the ``app/config.sample.json`` file to ``app/config.json``. -4. Fill in the newly created ``config.json`` file. +4. Fill in the ``app/config.json`` file. 5. Run ``python3 app/setup.py`` and follow the on-screen prompts.