From a4e0c9a244681a35e479e3301269f00c2dcff9d4 Mon Sep 17 00:00:00 2001 From: Hannaeko Date: Fri, 13 Jun 2025 17:53:13 +0100 Subject: [PATCH] update readme --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 6f87ed5..7345012 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,3 @@ > This projet is in a very experimental state -## Quick start - -``` -nomilo server run -nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin -``` - -Or if you prefer to not run the webserver before setting up the first user -``` -nomilo server migrate -nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin -nomilo server run -```