From b32d7624c5c27fd391799881e91ef24eb9f2acaa Mon Sep 17 00:00:00 2001 From: cato447 Date: Sat, 3 Jan 2026 20:49:02 +0100 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7140590..a0a3cd6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Integration with discord bot that whitelists registered users. This project uses `uv` to manage dependencies. Simply run `uv sync` and you are good to go. +Run `cp app/config.py.example app/config.py` from the root of the project. Fill in your information to finish the setup + #### How to run Execute `uv run run.py` to start the development server