diff --git a/README.md b/README.md index 70ecbdce1..8000acd48 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ git clone https://github.com/sjacorg/bayanat.git cd bayanat uv sync bash gen-env.sh +uv run flask create-db --create-exts +uv run flask db stamp head uv run flask install uv run flask run ```