Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
blakehawkins committed Feb 20, 2021
1 parent 91ad7c3 commit 26a749b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,16 +539,15 @@ email will be disabled.

The easiest way to create a new user is to do so from a client like [Element](https://element.io/).

Alternatively, you can do so from the command line if you have installed synapse via package.

This can be done as follows:
Alternatively, you can do so from the command line. This can be done as follows:

```sh
$ # These steps are needed if installed via pip.
$ # These steps are needed if synapse was installed via pip.
$ source ~/synapse/env/bin/activate
$ synctl start # if not already running
$
$ # This executable is present when installed via any package.
$ # If synapse was installed via a prebuilt package, register_new_matrix_user
$ # should already be on the search path.
$ register_new_matrix_user -c homeserver.yaml http://localhost:8008
New user localpart: erikj
Password:
Expand Down

0 comments on commit 26a749b

Please sign in to comment.