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

Commit

Permalink
Clarify that register_new_matrix_user is present also when installed …
Browse files Browse the repository at this point in the history
…via non-pip package
  • Loading branch information
blakehawkins authored Jan 11, 2021
1 parent b161528 commit 91ad7c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,13 +539,16 @@ 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 via pip.
Alternatively, you can do so from the command line if you have installed synapse via package.

This can be done as follows:

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

0 comments on commit 91ad7c3

Please sign in to comment.