diff options
author | Till Faelligen <tfaelligen@gmail.com> | 2022-04-29 10:00:28 +0200 |
---|---|---|
committer | Till Faelligen <tfaelligen@gmail.com> | 2022-04-29 10:00:28 +0200 |
commit | 0d4b8eadaa45ff65cddd4b882a156de33c4bed7e (patch) | |
tree | c2ed91f13f75c9c8507a11bbb5775ac87352d0da /README.md | |
parent | 1e083794ef0d2968eae9c874e621d199a2b62238 (diff) |
Add create-account to Getting started
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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`. |