aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-08-12 13:34:05 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-08-12 13:34:05 +0100
commit6d0d7a0bc34563e272dbc045c13cfadc826946d1 (patch)
tree7ba3b86328af6a55f7d8dee2514050847078e4dd /README.md
parent9fa30f5d3cadcfd15394c61b8058e1e6cda49afc (diff)
Update example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 638161bf..34a08be9 100644
--- a/README.md
+++ b/README.md
@@ -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`.