diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-05 16:44:31 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-05 16:44:31 +0000 |
commit | ed8b3289ff1d82f7fa512000ac085e8f395f44d3 (patch) | |
tree | 5f241a08fcca2e96111b03b3424164e28f6cba03 | |
parent | Actually add ACME docs (diff) | |
download | synapse-ed8b3289ff1d82f7fa512000ac085e8f395f44d3.tar.xz |
Update README
-rw-r--r-- | README.rst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/README.rst b/README.rst index 8db7bf94de..e666b3b427 100644 --- a/README.rst +++ b/README.rst @@ -84,13 +84,6 @@ Synapse Installation For details on how to install synapse, see `<INSTALL.md>`_. -To actually run your new homeserver, pick a working directory for Synapse to -run (e.g. ``~/synapse``), and:: - - cd ~/synapse - source env/bin/activate - synctl start - Connecting to Synapse from a client =================================== @@ -135,7 +128,7 @@ As when logging in, you will need to specify a "Custom server". Specify your desired ``localpart`` in the 'User name' box. ACME setup ----------- +========== For details on having Synapse manage your federation TLS certificates automatically, please see `<docs/ACME.md>`_. |