From 0d4b8eadaa45ff65cddd4b882a156de33c4bed7e Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Fri, 29 Apr 2022 10:00:28 +0200 Subject: [PATCH] Add create-account to Getting started --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75c827c3..2a8c3650 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ $ cp dendrite-config.yaml dendrite.yaml # Build and run the server: $ ./bin/dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config dendrite.yaml + +# Create an user account (add -admin for an admin user). +# Specify the localpart only, e.g. 'alice' for '@alice:domain.com' +$ ./bin/create-account --config dendrite.yaml -username alice ``` Then point your favourite Matrix client at `http://localhost:8008` or `https://localhost:8448`.