diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-12 13:34:05 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-12 13:34:05 +0100 |
commit | 6d0d7a0bc34563e272dbc045c13cfadc826946d1 (patch) | |
tree | 7ba3b86328af6a55f7d8dee2514050847078e4dd | |
parent | 9fa30f5d3cadcfd15394c61b8058e1e6cda49afc (diff) |
Update example in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ $ ./bin/dendrite-monolith-server --tls-cert server.crt --tls-key server.key --co # 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 +$ ./bin/create-account --config dendrite.yaml --url http://localhost:8008 --username alice ``` Then point your favourite Matrix client at `http://localhost:8008` or `https://localhost:8448`. |