summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-02-05 16:44:31 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-02-05 16:44:31 +0000
commited8b3289ff1d82f7fa512000ac085e8f395f44d3 (patch)
tree5f241a08fcca2e96111b03b3424164e28f6cba03
parentActually add ACME docs (diff)
downloadsynapse-ed8b3289ff1d82f7fa512000ac085e8f395f44d3.tar.xz
Update README
-rw-r--r--README.rst9
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>`_.