summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-06-27 16:59:47 +0200
committerMatthew Hodgson <matthew@matrix.org>2015-06-27 16:59:47 +0200
commit11374a77efda1790ab845b52294e2435b50c4e75 (patch)
tree21d42f61c3831997d9b8782a29736404fef5f5d6 /README.rst
parentMerge pull request #186 from matrix-org/hotfixes-v0.9.2-r2 (diff)
downloadsynapse-11374a77efda1790ab845b52294e2435b50c4e75.tar.xz
clarify readme a bit more
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 259fbaf459..21e3479687 100644
--- a/README.rst
+++ b/README.rst
@@ -122,7 +122,10 @@ To install the synapse homeserver run::
     $ pip install --process-dependency-links https://github.com/matrix-org/synapse/tarball/master
 
 This installs synapse, along with the libraries it uses, into a virtual
-environment under ``~/.synapse``.
+environment under ``~/.synapse``.  Feel free to pick a different directory
+if you prefer.
+
+In case of problems, please see the _Troubleshooting section below.
 
 Alternatively, Silvio Fricke has contributed a Dockerfile to automate the
 above in Docker at https://registry.hub.docker.com/u/silviof/docker-matrix/.