From 899aa55b92b80b90c657d7f74f4fddb739df03ff Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 22 Nov 2024 08:35:07 +0200 Subject: [PATCH] Update quick-start.md --- docs/quick-start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index a75d687c8..9b52837b0 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -121,9 +121,9 @@ As you have configured your brand new server and the client, you need to **creat To register a user via this Ansible playbook, run the command below on your local computer. **Notes**: -- Make sure to edit `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE` -- To `YOUR_USERNAME_HERE`, set a plain username like `john`, not your full `@user:example.com` identifier -- Set `admin=yes` to make the user an administrator of the Matrix server +- Make sure to adjust `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE` +- For `YOUR_USERNAME_HERE`, use a plain username like `john`, not your full identifier (`@user:example.com`) +- Use `admin=yes` or `admin=no` depending on whether you wish to make the user an administrator of the Matrix server ```sh ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNAME_HERE password=YOUR_PASSWORD_HERE admin=' --tags=register-user