From 7592568c4b55a3a87c47893c83ebcfdb8aac38c5 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 6 May 2026 19:45:38 +0200 Subject: [PATCH] docs: fix outdated user creation command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf9d1be..cca75e3 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Install [Go](https://go.dev/dl), [Bun](https://bun.sh), and [just](https://githu git clone https://github.com/mkelvers/mal.git && cd mal openssl rand -base32 32 PLAYBACK_PROXY_SECRET="your-32-char-secret" go run ./cmd/server -go run ./cmd/server create-user +go run ./cmd/user ``` The app runs at `http://localhost:3000`. @@ -114,7 +114,7 @@ docker run --rm -p 3000:3000 \ -v "$(pwd)/data:/app/data" \ mal -docker exec mal /server create-user +docker exec mal ./cmd/user ``` ## Configuration