diff options
author | David Robertson <davidr@element.io> | 2022-03-31 16:52:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 16:52:20 +0100 |
commit | 5dc21d95b7a4b0f3f1143aa012994cc3a04d7c26 (patch) | |
tree | 5fcc282893d63b87f8689f6dcc026871d42b800e | |
parent | Batch of suggestsion from Brendan, part 2 (diff) | |
download | synapse-5dc21d95b7a4b0f3f1143aa012994cc3a04d7c26.tar.xz |
Recommend synapse_homeserver entrypoint in README
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 1fa96e64e8..d716be5c58 100644 --- a/README.rst +++ b/README.rst @@ -320,14 +320,14 @@ for more information. If you just want to start a single instance of the app and run it directly:: # Create the homeserver.yaml config once - poetry run python -m synapse.app.homeserver \ + poetry run synapse_homeserver \ --server-name my.domain.name \ --config-path homeserver.yaml \ --generate-config \ --report-stats=[yes|no] # Start the app - poetry run python -m synapse.app.homeserver --config-path homeserver.yaml + poetry run synapse_homeserver --config-path homeserver.yaml Running the unit tests |