From af305af8804911a767e23a8018a499bb84cadab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 29 Nov 2019 11:42:10 +0100 Subject: [PATCH] doc: fix prosodyctl syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e0e4c..ebd1535 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ In order to do that, first execute a shell in the corresponding container: Once in the container, run the following command to create a user: -``prosodyctl --config /config/prosody.cfg.lua register username@meet.jitsi`` +``prosodyctl --config /config/prosody.cfg.lua register username meet.jitsi passsword`` The command then asks for a password interactively.