diff --git a/README.rst b/README.rst
index 9149f2feec2330b984f949d981888a345a658644..166055f095fdd4f5ccf695d52555eb4a144e1a38 100644
--- a/README.rst
+++ b/README.rst
@@ -439,6 +439,10 @@ SRV record, as that is the name other machines will expect it to have::
     python -m synapse.app.homeserver --config-path homeserver.yaml
 
 
+If you've already generated the config file, you need to edit the "server_name"
+in you  ```homeserver.yaml``` file. If you've already started Synapse and a
+database has been created, you will have to recreate the database.
+
 You may additionally want to pass one or more "-v" options, in order to
 increase the verbosity of logging output; at least for initial testing.