docx: added commands for alembic and db

This commit is contained in:
Arduinum628
2025-12-02 02:18:51 +03:00
parent e2b7d9d26f
commit 752a8c8550

View File

@@ -48,11 +48,11 @@ Kawai-Focus - приложение для фокусировки внимани
## Запуск
**Разработка dev:**
**Разработка dev (Linux):**
`poetry install && poetry run kawai-focus`
`poetry install && alembic upgrade head && poetry run filling_example_timers`
Для установки может потребоваться обновить хеши в poetry!
`poetry run kawai-focus`
**Linux:**