From 23de2f973525ee7082c19d1dee0d9f32279457c4 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 9 Mar 2025 11:51:48 +0100 Subject: [PATCH] chore: instruct rename repo name in build.yml --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cba127a..9db5a7e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ An opinionated starter project for flask python projects. It contains code for a 4. RENAME ALL `blueprintname` strings to what your blueprint is +5. rename repo field in .build.yml + 3. To start development, run the following: ```bash (.venv)$ flask --debug run