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