diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-06 13:07:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 13:07:36 +0100 |
commit | a888cbdd314a84cbb477e5b04bd27b7053f08495 (patch) | |
tree | fd87d34a3e5c29129daa7deaf7825bc4c4a0ee0b /INSTALL.md | |
parent | Fix version for bugbear (#9734) (diff) | |
download | synapse-a888cbdd314a84cbb477e5b04bd27b7053f08495.tar.xz |
Add deprecation policy doc (#9723)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
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 |