From e99c18704e5394ccb53f2f495a16a1cdda307b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Sat, 23 Apr 2022 23:44:49 +0200 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48acb36..6f87ed5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# nomilo +# Nomilo +> 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 +```