From dff84f3df0bbb08609f5d3a77f8b7dbe08261034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Mon, 25 Sep 2023 21:24:10 +0200 Subject: [PATCH] fix cli user creation usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44e1df8..6a0e1bf 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ docker compose up -d **And you are done!** The application is ready to use. You can create the first administrative user with the following command after attaching to the `app` container: ``` -./mapg user:add EMAIL PASSWORD admin +./mapg user:add EMAIL USERNAME PASSWORD admin ``` ## Development