From cd4d4313a4b1f4f46b3794f8f2c9331bbffc911a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 15 Apr 2026 17:01:07 -0300 Subject: [PATCH] fix: user creation command closes #26 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cf5958..0e14716 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ your Docker swarm box 5. `abra app deploy YOURAPPDOMAIN` 6. Create initial user: - ``` - abra app run YOURAPPDOMAIN app bash - . /docker-entrypoint.sh -e - bin/manage_users + +``` +abra app run YOURAPPDOMAIN app -- bin/manage_users --add admin@ema.il +``` [hedegedoc]: https://github.com/hedgedoc/hedgedoc [abra]: https://git.autonomic.zone/autonomic-cooperative/abra