From 06bee347d6f813ca7ea4624a393019d5489379e4 Mon Sep 17 00:00:00 2001 From: Eli McRae Date: Fri, 26 Jul 2024 11:06:19 -0500 Subject: [PATCH] Update SETUP.md --- SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SETUP.md b/SETUP.md index dedb031..055def1 100644 --- a/SETUP.md +++ b/SETUP.md @@ -11,6 +11,7 @@ git clone https://github.com/ShyftXero/byoctf_discord cd byoctf_discord uv venv venv --preview --python=3.11 source venv/bin/activate +cp settings_template.py settings.py uv pip install -r pyproject.toml ./ctrl_ctf.py DEV_RESET # this will populate the db with burner data. python scoreboard.py