summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-13 11:59:33 +0200
committerMatthew Hodgson <matthew@matrix.org>2014-11-13 11:59:33 +0200
commitc2609b239fe24a65c0193c0bf3d261486bc0f176 (patch)
tree014146ffa538f694c8cc181a4c81fc78bc7b7d45 /README.rst
parentMerge branch 'develop' of git+ssh://github.com/matrix-org/synapse into develop (diff)
downloadsynapse-c2609b239fe24a65c0193c0bf3d261486bc0f176.tar.xz
suggest ~/.synapse
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1ca91bb945..8c4ebd52d4 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
 ======================