diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-06 13:28:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-04-06 13:29:29 +0100 |
commit | 5688a74cf3042c0064e3600cb03f6edaa7f7c838 (patch) | |
tree | b7dd5c333d6b6c45aa27fb79d5f67e51f3b86941 /INSTALL.md | |
parent | Add type hints to the federation handler and server. (#9743) (diff) | |
parent | 1.31.0 (diff) | |
download | synapse-5688a74cf3042c0064e3600cb03f6edaa7f7c838.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 808243719e..7b40689234 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -38,6 +38,7 @@ There are 3 steps to follow under **Installation Instructions**. - [URL previews](#url-previews) - [Troubleshooting Installation](#troubleshooting-installation) + ## Choosing your server name It is important to choose the name for your server before you install Synapse, @@ -542,7 +543,7 @@ Alternatively, you can do so from the command line. This can be done as follows: register_new_matrix_user -c homeserver.yaml http://localhost:8008 ``` -This will prompt you to add details for the new user, and will then connect to +This will prompt you to add details for the new user, and will then connect to the running Synapse to create the new user. For example: ``` New user localpart: erikj |