From 9665ab6d17e25611ee70428769fe04844c5a50b0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 17 May 2025 19:35:45 +0200 Subject: [PATCH] README: update setup instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4308660..4a0b001 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ Worblehatt har vært påbegynnt flere ganger opp gjennom historien uten å komme This project uses `uv` as its buildtool as of February 2025. ```console -$ uv run alembic migrate +$ uv run alembic -x config=./config-template.toml upgrade head +$ uv run worblehat -c config-template.toml devscripts seed-test-data $ uv run worblehat --help +$ uv run worblehat -c config-template.toml cli ``` ## How to configure @@ -41,4 +43,4 @@ Unless provided through the `--config` flag, program will automatically look for - `~/.config/worblehat/config.toml` - `/var/lib/worblehat/config.toml` -Run `uv run worblehat --help` for more info \ No newline at end of file +Run `uv run worblehat --help` for more info