diff --git a/README.rst b/README.rst
index 1ca91bb945ff88933572bda637bac1515cb2fded..8c4ebd52d4a887ac9cfc8e11063ad634530382c6 100644
--- a/README.rst
+++ b/README.rst
@@ -161,9 +161,11 @@ To install the synapse homeserver run::
 This installs synapse, along with the libraries it uses, into
 ``$HOME/.local/lib/``.
 
-To actually run your new homeserver, <FIXME: WHAT DIRECTORY DO I RUN FROM? WHERE
-DO MY CONFIG FILES AND LOGS LIVE? ISN'T THERE A STANDARD LOCATION IF INSTALLING
-INTO ?>, ``synctl start`` and follow the instructions.
+To actually run your new homeserver, pick a working directory for Synapse to run (e.g. ``~/.synapse``), and::
+
+    $ mkdir ~/.synapse
+    $ cd ~/.synapse
+    $ synctl start
 
 Homeserver Development
 ======================