summary refs log tree commit diff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-08-15 12:38:21 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-08-15 12:38:21 +0100
commitce5f1cb98c164b5150e21d7c138f19153b4c40dd (patch)
treec2ad07842392757188ec451421ba64e0206567dd /INSTALL.md
parentDon't create broken room when power_level_content_override.users does not con... (diff)
parentMerge tag 'v1.3.0' (diff)
downloadsynapse-ce5f1cb98c164b5150e21d7c138f19153b4c40dd.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md

index 25343593d5..5728882460 100644 --- a/INSTALL.md +++ b/INSTALL.md
@@ -419,12 +419,11 @@ If Synapse is not configured with an SMTP server, password reset via email will ## Registering a user -You will need at least one user on your server in order to use a Matrix -client. Users can be registered either via a Matrix client, or via a -commandline script. +The easiest way to create a new user is to do so from a client like [Riot](https://riot.im). -To get started, it is easiest to use the command line to register new -users. This can be done as follows: +Alternatively you can do so from the command line if you have installed via pip. + +This can be done as follows: ``` $ source ~/synapse/env/bin/activate