소스 검색

doc: fix prosody create user command in README

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/109
arnuschky 6 년 전
부모
커밋
85c79cfb2b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -145,7 +145,9 @@ 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 user meet.jitsi password``
+``prosodyctl --config /config/prosody.cfg.lua register username@meet.jitsi``
+
+The command then asks for a password interactively.
 
 #### Authentication using LDAP