From 5234d567c3d1664c36b8bc98a4111a796f89cc71 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 01:28:28 +0200 Subject: [PATCH] docs: update README with mise and dev workflow instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc88b28..23b9830 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ Most of the UI is rendered on the server. HTMX handles lightweight updates like ## Running -Requires Go `1.25+`, Bun, [`just`](https://github.com/casey/just), and a C compiler for SQLite. +Requires [`mise`](https://mise.jdx.dev/), a C compiler for SQLite, and the tools managed in `.mise.toml`. ```bash +mise install bun install just build go run ./cmd/user @@ -36,6 +37,8 @@ The codebase is split between Go feature packages, external integrations, server The common development commands are in the `justfile`. ```bash +just setup +just dev just fmt just test just lint-go