diff options
| author | Livreware.org <eunaoconfigurei@umemail.com> | 2023-07-21 02:42:06 -0400 |
|---|---|---|
| committer | Livreware.org <eunaoconfigurei@umemail.com> | 2023-07-21 02:42:06 -0400 |
| commit | 5024eb39f45393f0c296ec311786c42b0c2cc088 (patch) | |
| tree | 5d53c309ba33d5a35999e1f9cbbce0fdcfd0cb51 | |
| parent | d37b8584746cf55e65743cd9e80041f687700d8b (diff) | |
fixed typo on 'prosodyctl ...' command
| -rw-r--r-- | content/jitsi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/jitsi.md b/content/jitsi.md index 82246dd..0df893b 100644 --- a/content/jitsi.md +++ b/content/jitsi.md @@ -175,7 +175,7 @@ You now need to register some users in [Prosody](/prosody), you can do so manually using `prosodyctl`: ```sh -prosodyctl register <username> meet.example.org <password> +prosodyctl register <username> meet.example.org <password> ``` Finally, restart `prosody`, `jicofo`, and `jitsi-videobridge2`: |
