README: update setup instructions

This commit is contained in:
2025-05-17 19:35:45 +02:00
parent 5bbf2ae940
commit 9665ab6d17

View File

@@ -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
Run `uv run worblehat --help` for more info