README: update setup instructions
This commit is contained in:
@@ -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.
|
This project uses `uv` as its buildtool as of February 2025.
|
||||||
|
|
||||||
```console
|
```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 --help
|
||||||
|
$ uv run worblehat -c config-template.toml cli
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to configure
|
## How to configure
|
||||||
@@ -41,4 +43,4 @@ Unless provided through the `--config` flag, program will automatically look for
|
|||||||
- `~/.config/worblehat/config.toml`
|
- `~/.config/worblehat/config.toml`
|
||||||
- `/var/lib/worblehat/config.toml`
|
- `/var/lib/worblehat/config.toml`
|
||||||
|
|
||||||
Run `uv run worblehat --help` for more info
|
Run `uv run worblehat --help` for more info
|
||||||
|
Reference in New Issue
Block a user